funquail/front/src/style/components/_search.scss

8 lines
143 B
SCSS
Raw Normal View History

2020-07-31 15:10:16 +02:00
.search-wrapper .category.search .results {
.category:last-child {
.results {
border-left: 0;
text-align: right;
}
}
2022-11-18 22:12:21 +01:00
}