._.
This commit is contained in:
parent
32efdf1432
commit
a065dc91b3
@ -36,23 +36,20 @@
|
|||||||
|
|
||||||
.custom-marker {
|
.custom-marker {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
/* Фон для маркера */
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
/* Круглая форма */
|
|
||||||
border: 2px solid #007bff;
|
border: 2px solid #007bff;
|
||||||
/* Граница */
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 30px;
|
|
||||||
/* Ширина маркера */
|
|
||||||
height: 30px;
|
|
||||||
/* Высота маркера */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.marker-number {
|
.marker-number {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/* Жирный текст для номера */
|
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
/* Цвет текста */
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user