-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
107 lines (94 loc) · 1.9 KB
/
style.scss
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
---
---
.it-header-center-wrapper {
height: auto;
}
.it-header-center-wrapper .it-header-center-content-wrapper,
.it-footer-main {
.it-brand-wrapper {
a {
display: inline-flex;
text-align: center;
margin: 5px 0;
flex-direction: column;
.icon {
width: 200px;
height: auto;
margin-bottom: 10px;
}
.it-brand-text {
padding: 0;
}
}
}
}
.it-header-wrapper {
.it-header-slim-wrapper {
.navbar.navbar-institutional {
background-color: transparent;
.navbar-brand {
font-size: .778em;
font-weight: 400;
}
.navbar-nav {
.nav-item {
padding: .5rem 0;
.nav-link {
color: #06c;
font-size: 14px;
font-weight: 300;
padding: 0 .75rem;
}
&:hover {
@media (min-width: 992px) {
box-shadow: 0 .25rem 0 0 #06c;
}
}
&.nav-item-w-divider .nav-link {
@media (min-width: 992px) {
border-right: 1px solid #06c;
}
}
}
}
}
}
.it-header-navbar-wrapper .navbar .navbar-collapsable .menu-wrapper {
.navbar-nav li {
&:first-child {
a.nav-link {
@media (min-width: 992px) {
padding-left: 8px;
}
}
}
&:last-child {
a.nav-link {
@media (min-width: 992px) {
padding-right: 8px;
}
}
}
a.nav-link {
@media (min-width: 992px) {
padding: 12px;
font-size: .888rem;
}
@media (min-width: 1200px) {
padding: 12px 24px;
}
}
}
}
}
@media (min-width: 992px) {
.navbar .dropdown-menu {
min-width: 16rem;
}
}
.navbar.it-bottom-navscroll {
z-index: 1;
}
.skiplinks a:focus {
border: 2px solid #f90;
}