mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
40 lines
651 B
SCSS
40 lines
651 B
SCSS
// 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;
|
|
}
|
|
}
|
|
}
|