stadtratmonitor/app/assets/stylesheets/objects/_search-result.scss

18 lines
238 B
SCSS
Raw Normal View History

2014-11-19 21:54:36 +01:00
.search-result {
2016-02-23 11:04:50 +01:00
margin-bottom: 1.2em;
}
.search-result article {
line-height: normal;
}
.search-result h4 {
line-height: normal;
font-size: 1.2rem;
margin-bottom: 0.1rem;
}
.search-result .current {
2023-04-02 13:28:57 +02:00
font-weight: 'bold';
2014-11-19 21:54:36 +01:00
}