mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
24
public/sass/components/_unit-picker.scss
Normal file
24
public/sass/components/_unit-picker.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user