2020-05-28 20:55:03 +00:00
|
|
|
.sb-select {
|
|
|
|
background-color: var(--grey-0);
|
|
|
|
border: 1px solid var(--grey-2);
|
|
|
|
position: relative;
|
2022-03-11 17:23:14 +00:00
|
|
|
font-size: 1rem;
|
2020-05-28 20:55:03 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: 1px solid var(--interact);
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
position: absolute;
|
|
|
|
content: '⯆';
|
|
|
|
top: 6px;
|
|
|
|
height: 100%;
|
|
|
|
right: 12px;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__input {
|
|
|
|
background: transparent;
|
|
|
|
appearance: none;
|
|
|
|
border: 0;
|
|
|
|
padding: 8px 32px 8px 12px;
|
|
|
|
}
|
|
|
|
}
|