2020-07-31 05:11:43 +02:00
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
2020-08-06 04:04:02 +02:00
|
|
|
font-size: var(--font-size-small);
|
2020-07-31 05:11:43 +02:00
|
|
|
min-width: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.value {
|
2020-08-02 06:20:52 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
2020-08-01 06:56:25 +02:00
|
|
|
padding: 4px 32px 4px 16px;
|
2020-08-06 08:03:07 +02:00
|
|
|
border: 1px solid var(--gray500);
|
2020-07-31 05:11:43 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2020-08-06 08:03:07 +02:00
|
|
|
.icon {
|
2020-07-31 05:11:43 +02:00
|
|
|
position: absolute;
|
2020-08-06 08:03:07 +02:00
|
|
|
top: 0;
|
2020-07-31 05:11:43 +02:00
|
|
|
bottom: 0;
|
2020-08-01 06:56:25 +02:00
|
|
|
right: 12px;
|
2020-07-31 05:11:43 +02:00
|
|
|
margin: auto;
|
|
|
|
}
|