mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
* Started on workspace settings modal * Added keyboard shortcut for workspace settings * More work on workspace settings * Actually use client certificates * Only add cmd+w on mac closes #64
16 lines
302 B
Plaintext
16 lines
302 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: @font-super-light-bg;
|
|
display: inline;
|
|
}
|
|
}
|