mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10564b56a2
* 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;
|
|
}
|
|
}
|