Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
//
// Google map
//
.gmaps, .gmaps-panaroma {
height: 300px;
background: $gray-100;
border-radius: 3px;
}
.gmaps-overlay {
display: block;
text-align: center;
color: $white;
font-size: 16px;
line-height: 40px;
background: $primary;
border-radius: 4px;
padding: 10px 20px;
}
.gmaps-overlay_arrow {
right: 50%;
margin-right: -16px;
width: 0;
height: 0;
position: absolute;
&.above {
bottom: -15px;
border-right: 16px solid transparent;
border-left: 16px solid transparent;
border-top: 16px solid $primary;
}
&.below {
top: -15px;
border-right: 16px solid transparent;
border-left: 16px solid transparent;
border-bottom: 16px solid $primary;
}
}