File tree 1 file changed +12
-29
lines changed
app/assets/stylesheets/arclight/modules
1 file changed +12
-29
lines changed Original file line number Diff line number Diff line change 1
1
.navbar-search {
2
+ border-bottom : $default-border-styling ;
3
+ border-top : $default-border-styling ;
4
+ margin-bottom : ($spacer * 0.5 );
2
5
z-index : 10 ;
6
+
3
7
.search-query-form {
4
- max-width : 100% !important ; // work around blacklight styles
8
+ max-width : 100% !important ; // work around blacklight styles
5
9
display : flex ;
6
- gap : .5rem ;
10
+ gap : 0 .5rem ;
7
11
8
12
// wrap collection dropdown onto its own line on smaller screens
9
13
@include media-breakpoint-down (md) {
22
26
}
23
27
24
28
.al-masthead {
25
- h1 , .h1 {
29
+ --al-mastead-active-link-color : var (--bs-gray-700 );
30
+
31
+ h1 ,
32
+ .h1 {
26
33
display : block ;
27
34
font-size : $h2-font-size ;
28
35
margin : 0 ;
33
40
flex-direction : row ;
34
41
font-weight : 700 ;
35
42
36
- .active a {
37
- color : $gray-700 ;
38
- }
39
- }
40
-
41
- + .navbar-search {
42
- border-bottom : $default-border-styling ;
43
- border-top : $default-border-styling ;
44
- margin-bottom : ($spacer * 0.5 );
45
-
46
- a {
47
- font-weight : $font-weight-bold ;
48
- }
49
-
50
43
.active a {
51
- color : $gray-700 ;
52
- }
53
-
54
- .navbar-toggler {
55
- background-color : $white ;
56
- border : $default-border-styling ;
57
- }
58
-
59
- .navbar-toggler-icon {
60
- background-image : $navbar-light-toggler-icon-bg ;
44
+ color : var (--al-mastead-active-link-color );
61
45
}
62
46
}
63
47
66
50
justify-content : center !important ;
67
51
}
68
52
69
- h1 ,
70
- + .navbar-search {
53
+ h1 {
71
54
text-align : center ;
72
55
}
73
56
}
You can’t perform that action at this time.
0 commit comments