Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
Latest commit
103 lines (89 loc) · 1.47 KB
/
Copy pathheader.css
File metadata and controls
103 lines (89 loc) · 1.47 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
.mapboxgl-control-container {
position: relative;
z-index:2000;
}
.navbar {
margin-bottom:0;
padding-bottom:0;
border: none;
background-color: transparent;
height:60px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
position: fixed;
right:0;
left:0;
z-index:1030;
}
.navbar-fixed-bottom {
bottom:40px;
border-width:001px;
}
.all-caps {
text-transform: uppercase;
}
.text--white {
color:#fff;
}
.navbar-brand {
height:40px;
padding:00015px;
}
.container {
padding-right:15px;
padding-left:15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-left:-15px;
margin-right:-15px;
}
.margin--top-10 {
margin-top:10px;
}
.col-md-6, .col-sm-6, .col-xs-6 {
position: relative;
min-height:1px;
padding-right:15px;
padding-left:15px;
}
.col-xs-6 {
width:50%;
float: left;
}
@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
border-radius:0;
}
.navbar {
border-radius:4px;
}
.navbar-header {
float: left;
}
.navbar-brand {
margin-left:-15px;
}
.container {
width:750px;
}
}
@media (min-width:992px) {
.container {
width:970px;
}
.col-sm-6 {
width:50%;
float: left;
}
}
@media (min-width:1200px) {
.container {
width:1170px;
}
.col-md-6 {
width:50%;
float: left;
}
}