mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
* Version number and changelog scroll * Fixed CodeMirror tooltip css * AUtocomplete dropdown styling * Docker Ubuntu build and some tweaks * Fix SSL verificatioN * Don't show SSL data * Update README * Fixed URL paste handler * Import from curl improvements * Minor things
23 lines
306 B
Plaintext
23 lines
306 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.changelog {
|
|
h2 {
|
|
font-size: @font-size-xl;
|
|
}
|
|
|
|
h3 {
|
|
font-size: @font-size-xl;
|
|
}
|
|
|
|
ul {
|
|
list-style: disc;
|
|
padding-left: @padding-lg;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
hr {
|
|
margin: @padding-lg 0 !important;
|
|
}
|
|
}
|