-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcustom-sass.css.sass
144 lines (110 loc) · 2.38 KB
/
custom-sass.css.sass
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
=border-radius($pixels)
border-radius: $pixels
-moz-border-radius: $pixels
-webkit-border-radius: $pixels
-o-border-radius: $pixels
-ms-border-radius: $pixels
#custom-header
background-color: #fff
padding: 24px 40px 23px
position: relative
border-bottom: 1px solid #e0e0e0
.logo-container
float: left
max-width: 325px
nav
float: right
& > a
margin-right: 30px
& > a, .show-updates-dropdown
color: #FFF
display: inline-block
font-weight: 500
color: #AFAFAF
font-size: .875rem
text-transform: uppercase
letter-spacing: 1px
.updates-dropdown
right: 0px
@media screen and (min-width: 900px)
.logo-container
position: relative
top: 7px
nav > a
position: relative
top: 1px
.show-updates-dropdown
+border-radius(4px)
padding: 9px 18px 8px
border: 2px solid rgba(175,175,175,.5)
&:hover
border-color: rgba(175,175,175,.8)
@media screen and (max-width: 900px)
text-align: center
padding-left: 5%
padding-right: 5%
padding-bottom: 18px
.logo-container
float: none
display: block
margin-bottom: 18px
max-width: none
.logo
max-width: 325px
display: inline-block
nav
float: none
nav > a, .updates-dropdown-container
float: none
@media screen and (max-width: 475px)
nav
& > a
margin-right: 20px;
& > a, .show-updates-dropdown
font-size: 13px
.logo-container .logo
max-width: 70%;
nav > a:nth-child(1):before
content: none
#custom-footer
padding: 20px 40px
color: #888
font-size: 14px
background-color: #333434
.logo
max-width: 150px
display: inline-block
& > div
position: relative
top: 2px
.meta
float: right
.links
float: right
margin-left: 30px
a
color: #bbb
display: inline-block
margin-left: 20px
&:hover
color: #ddd
&:first-of-type
margin-left: 0px
@media screen and (max-width: 880px)
overflow: hidden
& > div
top: 0px
.links
margin-left: 0px
.meta
float: left
.logo
display: none
@media screen and (max-width: 600px)
text-align:center
font-size: 13px
line-height: 20px
.meta, .links
float: none
.links
margin-bottom: 5px