-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_header.sass
35 lines (35 loc) · 910 Bytes
/
_header.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
header
// background: -webkit-linear-gradient(to right, #85D8CE, #085078)
// background: linear-gradient(to right, #85D8CE, #085078)
background-color: #1d1d1d
.icon
font-size: 30px
color: blue
margin: 15px
.icon-bar
position: fixed
display: none
border-radius: 10px
width: 60px
background-color: #085078
.icon-bar a
display: block
text-align: center
padding: 16px
transition: all 0.3s ease
color: white
font-size: 30px
&:hover
background-color: #181616
.active
background-color: #002f47
@media screen and ( max-width: 580px)
.icon-bar
display: block
.icon
display: none
@media screen and ( max-width: 580px)
.icon-bar
display: none
.icon
display: block