We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799eee3 commit 74a9b6fCopy full SHA for 74a9b6f
mouscron/src/scss/main.scss
@@ -36,6 +36,15 @@ $enable-roboto-webfont: false;
36
@import "./contact";
37
@import "./home/bulletins";
38
39
+.r-search-container .r-search-highlighter {
40
+ border-bottom: 2px solid $primary-red;
41
+ background: $primary-red;
42
+}
43
+
44
+.r-search-container .r-search.search-bar-filter input {
45
+ margin: 0;
46
47
48
.mask-menu,
49
#portal-globalnav li.show-nav > .has_subtree.dropdown {
50
z-index: 2;
0 commit comments