File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
src/styles/bem-components Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ $sidebar-width: 330px;
10
10
background-color : $light-grey-secondary ;
11
11
bottom : 0 ;
12
12
overflow : scroll ;
13
+ padding : 20px ;
13
14
position : fixed ;
14
15
top : $navbar-height ;
15
16
width : $sidebar-width ;
16
17
17
18
& --single {
18
19
background-color : $white-primary ;
19
20
border-right : 1px solid $light-grey-primary ;
20
- padding-left : 0 ;
21
- padding-top : 0 ;
21
+ padding : 0 ;
22
22
}
23
23
24
24
// TODO: this should be its own component
@@ -31,15 +31,14 @@ $sidebar-width: 330px;
31
31
32
32
& __title {
33
33
margin-bottom : 0 ; // TODO: Overrideing H1 style. Not best-practice.
34
- margin-top : $navbar-height + 10px ; // adding 10px to align with "Filters"
34
+ margin-top : 10px ;
35
35
padding : 40px ;
36
36
}
37
37
38
38
& __content {
39
39
flex : 1 ;
40
40
margin-left : $sidebar-width ;
41
- max-width : 900px ; // TODO: Check with Melissa
42
41
margin-top : 45px ;
43
- padding : 0 40 px ;
42
+ max-width : 900 px ; // TODO: Check with Melissa
44
43
}
45
44
}
Original file line number Diff line number Diff line change 1
1
@import ' ../colors' ;
2
2
3
3
.single {
4
+ padding : 0 40px ;
5
+
4
6
h1 {
5
7
border-bottom : 1px solid $light-grey-primary ;
6
8
margin-bottom : 20px ; // Fix to add spacing when page has <p> before <h2>
You can’t perform that action at this time.
0 commit comments