Merge pull request #4595 from aignatov-bio/ai-sci-7359-fix-select-time-layout

Fix time picket CSS [SCI-7359]
This commit is contained in:
aignatov-bio 2022-11-24 09:44:12 +01:00 committed by GitHub
commit c2be99abda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,40 @@
// scss-lint:disable SelectorDepth NestingDepth
.bootstrap-datetimepicker-widget {
.glyphicon-calendar {
margin: 0;
}
.timepicker-picker {
padding: 0 60px;
td {
height: initial;
line-height: initial;
a {
padding: 0;
}
.timepicker-hour,
.timepicker-minute {
height: initial;
line-height: initial;
padding: 6px 0;
}
}
.glyphicon-chevron-up,
.glyphicon-chevron-down {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
line-height: 1;
}
.separator {
width: 10px;
}
}
}