Files
insomnia/app/ui/css/components/methoddropdown.less
Gregory Schier 6c1c03cef6 Various Improvements (#59)
* Better create, started response history

* Response history working

* A bunch
2016-11-27 13:42:38 -08:00

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;
}
}