_header-style.scss
2.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.first-menu {
border-bottom: 1px solid #e0e2e4;
ul {
float: right;
li {
float: left;
margin-left: 20px;
&:first-child {
margin-left: 0;
}
a {
line-height: 29px;
font-size: 12px;
&.active {
text-decoration: none !important;
cursor: default;
color: #888888;
}
}
}
}
}
.logo-title {
display: table-cell;
height: 85px;
vertical-align: middle;
color: #0288d1;
span {
color: inherit;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
clear: both;
display: block;
line-height: 22px;
}
i {
font-size: 13px;
font-style: normal;
color: $blue-color;
margin-top: 8px;
display: block;
}
}
.logos-header-1 {
display: inline-block;
margin-left: 15px;
&:first-child {
margin-left: 0;
margin-right: 15px;
}
img {
height: 85px;
}
}
.logos-header-wr {
text-align: center;
}
.logos-titles {
padding: 20px 0;
}
.section-nav {
background: #f3f4f5;
}
nav {
ul {
li {
float: left;
margin-left: 18px;
&:first-child {
margin-left: 0;
}
a {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
color: #000;
line-height: 48px;
display: block;
}
}
}
}
.header-register-btn {
display: block;
width: 100%;
height: 48px;
line-height: 48px;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 14px;
background: $blue-color;
font-weight: 700;
text-decoration: none !important;
&:hover {
background: $blue-color-hover;
}
&:active {
background: $blue-color-active;
color: #fff !important;
}
}
@media (max-width: 991px) {
nav ul li {
margin-left: 11px;
a {
font-size: 11px;
}
}
.header-register-btn-col {
padding-right: 0 !important;
}
}
@media (max-width: 767px) {
.logos-titles {
text-align: center;
}
nav {
display: none;
}
.header-register-btn-col {
&.col-xs-12 {
padding-right: 0 !important;
padding-left: 58px !important;
}
}
.logo-title-col {
display: table;
}
.logo-title {width: 100%;}
}