mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
bb57f360e0
* Sort of working nunjucks editor * Some more tweaks * Lots of stuff * Gettingn pretty good * Minor tweaks and test fixes * Minor bug fixes and stuff * Some fixes and perf * Refactoring * Good for now * Codemirror URL * More and more fixes and improvements * Code single-line CSS perfect!!! * Better nj editing * Show preview in nj edit * Some editor updates * All inputs now covered * A bunch of fixes and stuff * Don't cache node modules because it's not needed * More stuff * Tweak * Style tweaks * Pull nunjucks mode into own file * Move codemirror click overlay to own file * Pull nunjucks tag stuff out * Fixed key value editor * raw/endraw and marks improvements * Some tweaks
17 lines
329 B
Plaintext
17 lines
329 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.method-dropdown {
|
|
.dropdown__inner::before {
|
|
content: '\25cf';
|
|
opacity: @opacity-subtle;
|
|
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.dropdown__text {
|
|
padding-left: @padding-md;
|
|
color: var(--color-font);
|
|
display: inline;
|
|
}
|
|
}
|