_sidebar.scss
633 Bytes
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
.sidebar {
h2 {
font-size: 16px;
color: $white;
padding: 50px 10px;
background: $darkgreen;
span {
line-height: 46px;
}
}
h3 {
color: $lightgreen;
font-size: 20px;
font-weight: 400;
padding: 3px 10px;
}
label {
cursor: pointer;
}
button {
margin-left: 30px;
}
.my-city-cbox {
padding: 0;
margin-bottom: -6px;
}
.choose-city {
a {
cursor: pointer;
}
select {
width: 100%;
}
}
}
#left-sidebar {
h2 {
background: $darkgreen url(../img/profile.png) right center no-repeat;
background-size: contain;
}
}