mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimePicker: Fixed css issue casued by CSS Optimizer (#18244)
Fixes #18158
This commit is contained in:
parent
6144c0f51d
commit
3145a1dd29
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
.time-picker-popover {
|
.time-picker-popover {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
border: 1px solid $popover-border-color;
|
border: 1px solid $popover-border-color;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
@ -31,25 +30,26 @@
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
top: 41px;
|
top: 41px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.time-picker-popover-body {
|
.time-picker-popover-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
padding: $space-md;
|
padding: $space-md;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-picker-popover-title {
|
.time-picker-popover-title {
|
||||||
font-size: $font-size-md;
|
font-size: $font-size-md;
|
||||||
font-weight: $font-weight-semi-bold;
|
font-weight: $font-weight-semi-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-picker-popover-body-custom-ranges:first-child {
|
.time-picker-popover-body-custom-ranges:first-child {
|
||||||
margin-right: $space-md;
|
margin-right: $space-md;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-picker-popover-body-custom-ranges-input {
|
.time-picker-popover-body-custom-ranges-input {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -58,14 +58,13 @@
|
|||||||
.time-picker-input-error {
|
.time-picker-input-error {
|
||||||
box-shadow: inset 0 0px 5px $red;
|
box-shadow: inset 0 0px 5px $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-picker-popover-footer {
|
.time-picker-popover-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: $space-md;
|
padding: $space-md;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-picker-popover-header {
|
.time-picker-popover-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user