| Current Path : /var/www/homesaver/www/bitrix/js/ui/countdown/dist/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/countdown/dist/countdown.bundle.css |
.ui-countdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px;
width: 60px;
color: var(--ui-color-palette-gray-90);
font-weight: var(--ui-font-weight-bold);
}
.ui-countdown__icon {
--ui-icon-set__icon-color: var(--ui-color-palette-gray-90);
}
.ui-countdown__time {
margin-left: 2px;
}