startpage/src/style/quickCategory.scss

12 lines
148 B
SCSS
Raw Normal View History

2020-04-22 00:40:51 +00:00
.quickCategory-component{
2020-04-22 13:14:11 +00:00
.title{
line-height: 3em;
font-weight: bold;
text-decoration: underline;
}
.children{
line-height: 2em;
}
2020-04-22 00:40:51 +00:00
}