Fix markup [SCI-7359]

This commit is contained in:
Anton 2022-11-22 11:21:44 +01:00
parent b3bd165d01
commit 98e87a2f4b

View file

@ -1,6 +1,8 @@
// scss-lint:disable SelectorDepth NestingDepth
.bootstrap-datetimepicker-widget {
.glyphicon-calendar {
margin: 0 !important;
margin: 0;
}
.timepicker-picker {
@ -22,11 +24,12 @@
}
}
.glyphicon-chevron-up, .glyphicon-chevron-down {
.glyphicon-chevron-up,
.glyphicon-chevron-down {
align-items: center;
display: flex;
justify-content: center;
height: 100%;
justify-content: center;
line-height: 1;
}