-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbootstrap.config.less
65 lines (58 loc) · 1.17 KB
/
bootstrap.config.less
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
body {
min-height: 1000px;
padding-top: 55px;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 60px !important;
background-color: transparent !important;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap > .container {
padding: 10px 15px 0;
}
#footer > .container {
padding-left: 15px;
padding-right: 15px;
}
button.navbar-toggle {
position: absolute !important;
float: none !important;
top: 0;
left: 15px;
}
.navbar-header {
float:none !important;
width:100% !important;
padding:10px !important;
padding-top: 15px !important;
-webkit-app-region: drag;
}
.navbar-brand {
font-size:20pt !important;
float:none !important;
padding: 0 !important;
}
#bottomNav {
padding:5px;
}
#bottomNav a {
font-size:14pt;
color:#ddd;
text-decoration:none;
}
#bottomNav a:hover {
color:#fff;
}