mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.method-dropdown {
|
|
.dropdown__inner::before {
|
|
content: '\25cf';
|
|
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.dropdown__text {
|
|
padding-left: @padding-md;
|
|
color: var(--color-font);
|
|
display: inline;
|
|
}
|
|
}
|