mirror of https://github.com/grafana/grafana
parent
1d7d72b49d
commit
fa4fddf7b5
@ -1,35 +0,0 @@ |
||||
.description-picker-option__button { |
||||
position: relative; |
||||
text-align: left; |
||||
width: 100%; |
||||
display: block; |
||||
border-radius: 0; |
||||
white-space: normal; |
||||
i.fa-check { |
||||
padding-left: 2px; |
||||
} |
||||
} |
||||
|
||||
.gf-form-select-box__desc-option { |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: flex-start; |
||||
justify-items: center; |
||||
cursor: pointer; |
||||
padding: 7px 10px; |
||||
width: 100%; |
||||
} |
||||
|
||||
.gf-form-select-box__desc-option__body { |
||||
display: flex; |
||||
flex-direction: column; |
||||
flex-grow: 1; |
||||
padding-right: 10px; |
||||
font-weight: 500; |
||||
} |
||||
|
||||
.gf-form-select-box__desc-option__desc { |
||||
font-weight: normal; |
||||
font-size: $font-size-sm; |
||||
color: $text-muted; |
||||
} |
Loading…
Reference in new issue