-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHeader.scss
More file actions
67 lines (57 loc) · 1.2 KB
/
Header.scss
File metadata and controls
67 lines (57 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@import "../../scss/variables";
@import "../../../node_modules/bootstrap/scss/bootstrap-grid.scss";
@import "../../../node_modules/bootstrap/scss/grid";
@import "../../../node_modules//bootstrap/scss/mixins";
.header-divider {
border: 1.5px solid $header-text;
height: 75%;
margin-left: 1em;
background-color: $header-text;
}
.bg-header {
background-color: $header-footer-bg;
}
#navbar_item {
color: $header-text;
text-transform: uppercase;
@include media-breakpoint-down(xl) {
font-size: 1.1em;
}
@include media-breakpoint-up(xxl) {
font-size: 1.5em;
}
}
#dropdown_items {
color: $link-text;
padding: 8px 10px;
font-size: 1.2em;
&:hover {
font-weight: 600 !important;
background-color: $primary;
color: $header-text;
border-radius: 4px;
}
}
#toggler {
background-color: $primary;
border: none;
margin-left: 10px;
}
#profile_menu_divider {
margin: 2px 0 2px 0;
width: 100%;
height: 0.1em;
background-color: rgb(18, 18, 18);
}
// added on 05/30/2024
.cc-logo-header {
@include media-breakpoint-down(md) {
width: 4rem;
}
@include media-breakpoint-up(md) {
width: 5rem;
}
@include media-breakpoint-up(xxl) {
width: 7rem;
}
}