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

18 lines
249 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 {
font-weight: $font-weight-bold;
2014-11-19 21:54:36 +01:00
}