blob: d3ccd3f4a14ee22ead755074e67bcce6dc52552b (
about) (
plain)
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
|
.top-nav {
background: #fff;
border-bottom: 1px solid #e8e8e8;
padding: 15px 0;
margin-bottom: 35px;
position: relative;
}
.top-nav .logo {
margin-left: -10px;
}
.top-nav .logo svg {
height: 75px;
float: left;
}
.top-nav .logo-text {
float: left;
margin-left: 10px;
margin-top: 10px;
}
.top-nav .logo-text h4 {
margin: 3px 0 0;
font-weight: 700;
color: #2d2d2d;
}
.top-nav .logo-text p {
margin-bottom: 0;
}
.top-nav .external-btns .btn {
margin-left: 10px;
margin-top: 24px;
box-shadow: none;
}
|