insomnia/app/ui/css/components/changelog.less
Gregory Schier 10564b56a2 Final prep for v5 launch (#128)
* 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
2017-04-04 16:06:43 -07:00

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