mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
@import '../constants/dimensions';
|
|
|
|
.method-dropdown {
|
|
.dropdown__inner::before {
|
|
content: '\25cf';
|
|
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.dropdown__text {
|
|
padding-left: @padding-sm;
|
|
}
|
|
}
|