scinote-web/app/assets/stylesheets/shared/datetime_picker.scss
2022-11-22 11:29:57 +01:00

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