hopglass/scss/_base.scss
H4ndl3 8f7c63bbce add loading animation
Create _loader.scss

Update main.scss

Update _base.scss

Update gui.js

Update index.html

removed trailing spaces

removed trailing white spaces for real
2017-03-16 19:54:57 +01:00

35 lines
303 B
SCSS

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
h1 {
padding: 0.67em 0;
font-size: 2em;
}
h2 {
padding: 0.83em 0;
font-size: 1.5em;
}
h3 {
padding: 1em 0;
font-size: 1.17em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.83em;
}
h6 {
font-size: 0.67em;
}
.hide {
display: none;
}