mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
13 lines
224 B
SCSS
13 lines
224 B
SCSS
|
.user-picker-option__button {
|
|||
|
position: relative;
|
|||
|
text-align: left;
|
|||
|
width: 100%;
|
|||
|
display: block;
|
|||
|
border-radius: 0;
|
|||
|
}
|
|||
|
.user-picker-option__avatar {
|
|||
|
width: 20px;
|
|||
|
display: inline-block;
|
|||
|
margin-right: 10px;
|
|||
|
}
|