_header.scss
2.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.site-title{
font-size: 1.625rem;
line-height: 2.25rem;
font-family: "PT Sans",sans-serif;
letter-spacing: 0rem;
color: #000000;
text-transform: uppercase;
display: flex;
align-content: flex-end;
flex-wrap: wrap;
border-left: 0.0625rem solid #999;
padding-left: 1.6875rem;
margin-left: 1.875rem;
text-decoration: none;
width: calc(100% - 7.9375rem);
@media only screen and (max-width: 48.875rem) {
width: calc(85% - 7.9375rem);
}
}
.branding{
display: flex;
margin-bottom: 0rem;
margin-top: 0.9375rem;
z-index: 999;
position: relative;
width: 100%;
.navbar-brand{
margin-right:0rem ;
width:127px;
height: 52.53px;
// display: inline-block;
@media only screen and (max-width: 48.875rem) {
margin-right:1.25rem ;
width: 7.4375rem;
height: 3.75rem;
}
img{
width: 100%;
}
}
}
#main-nav{
box-shadow: 0rem 0.1875rem 0.375rem #00000029;
//z-index: 9999;
@media only screen and (max-width:62.5rem) {
height: 90PX;
}
}
#main-nav .container{
flex-direction: column;
align-items: flex-start;
margin-bottom: 0.625rem;
@media screen and (max-width: 66.6875rem) {
margin: 0rem 1.875rem 0.625rem 1.875rem;
}
@media only screen and (max-width: 62.5rem) {
height: 5.625rem;
padding-top:0rem;
margin-bottom: 0rem;
margin: 0rem;
}
}
@media only screen and (max-width: 62.5rem) {
.branding{
margin-top: 0.375rem;
padding-left: 0.9375rem;
}
.site-title{
font-size: 1.25rem;
line-height: 1.5rem;
margin-left: 0rem;
padding-left: 1.2rem;
height: 2.0625rem;
align-self: end;
}
.navbar-brand{
width:8.125rem;
}
}
@media only screen and (max-width: 25rem) {
.site-title{
font-size: 1.125rem;
line-height: 1.5rem;
margin-left: 0rem;
padding-left: 0.9375rem;
}
}
.site{
margin-top: 8.7rem;
max-width: 100%;
overflow-x: hidden;
@media only screen and (max-width: 62.5rem) {
margin-top: 5rem;
}
}
#wrapper-navbar {
position: fixed;
width: 100%;
background-color: #fff;
z-index: 99;
top: 0rem;
@media only screen and (max-width: 48.875rem) {
height: 5.625rem;
}
}
.admin-bar #wrapper-navbar {
top: 2rem;
}
@media only screen and (max-width: 48.875rem) {
.admin-bar #wrapper-navbar {
top: 2.875rem;
}
}