mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
20 lines
257 B
SCSS
20 lines
257 B
SCSS
|
@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;
|
||
|
}
|
||
|
}
|