mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
25 lines
383 B
SCSS
25 lines
383 B
SCSS
.unit-picker-option {
|
|
position: relative;
|
|
width: 100%;
|
|
display: block;
|
|
border-radius: 0;
|
|
white-space: normal;
|
|
|
|
i.fa-check {
|
|
padding-left: 2px;
|
|
}
|
|
}
|
|
|
|
.unit-picker-group {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.unit-picker-group-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #555;
|
|
}
|