11 lines
155 B
SCSS
11 lines
155 B
SCSS
.auth-panel__select-label {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
font-weight: 700;
|
|
|
|
&::after {
|
|
content: '▾';
|
|
margin-left: 2px;
|
|
}
|
|
}
|