This commit is contained in:
Андрей Дувакин 2024-10-07 19:16:38 +05:00
parent 32efdf1432
commit a065dc91b3

View File

@ -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;
} }