open-nomad/ui/app/styles/core/title.scss

12 lines
120 B
SCSS
Raw Normal View History

2017-09-19 14:47:10 +00:00
.title {
&.is-4,
&.is-5,
&.is-6 {
margin-bottom: 0.5rem;
}
2019-05-17 00:42:36 +00:00
&.with-headroom {
margin-top: 1rem;
}
2017-09-19 14:47:10 +00:00
}