File tree 2 files changed +24
-16
lines changed
2 files changed +24
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
3
4
- @import " sticky-footer" ;
5
4
@import " highlight" ;
6
5
6
+ // Variables
7
+
7
8
$font : " Open Sans" , sans-serif ;
8
9
$font-header : " Roboto Condensed" , " Open Sans" , sans-serif ;
9
10
$text-color : #fafafa ;
@@ -18,6 +19,8 @@ $container-padding: 2rem;
18
19
$container-padding-half : $container-padding / 2 ;
19
20
$container-padding-double : $container-padding * 2 ;
20
21
22
+ // Scrollbar
23
+
21
24
::-webkit-scrollbar , ::-webkit-scrollbar-corner {
22
25
width : 15px ;
23
26
background-color : $background-highlight ;
@@ -33,6 +36,26 @@ $container-padding-double: $container-padding * 2;
33
36
}
34
37
}
35
38
39
+ // Sticy footer
40
+
41
+ html {
42
+ position : relative ;
43
+ min-height : 100% ;
44
+ }
45
+
46
+ body {
47
+ margin-bottom : 61px ;
48
+ }
49
+
50
+ footer {
51
+ position : absolute ;
52
+ bottom : 0 ;
53
+ width : 100% ;
54
+ height : 61px ;
55
+ }
56
+
57
+ // Theme
58
+
36
59
html {
37
60
font-size : 14px ;
38
61
}
You can’t perform that action at this time.
0 commit comments