mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix markup [SCI-7359]
This commit is contained in:
parent
b3bd165d01
commit
98e87a2f4b
1 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -34,4 +37,4 @@
|
|||
width: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue