OLD | NEW |
1 $panel-margin-right: 1.5em; | 1 $panel-margin-right: 1.5em; |
2 | 2 |
3 .pillar-content { | 3 .pillar-content { |
4 h1 { | 4 h1 { |
5 font-size: $h1-font-size; | 5 font-size: $h1-font-size; |
6 } | 6 } |
7 > .g-section { | 7 > .g-section { |
8 padding: 3em 0; | 8 padding: 3em 0; |
9 | 9 |
10 &:not(:last-of-type) { | 10 &:not(:last-of-type) { |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 font-weight: 300; | 42 font-weight: 300; |
43 } | 43 } |
44 } | 44 } |
45 } | 45 } |
46 | 46 |
47 #further-resources .g-content { | 47 #further-resources .g-content { |
48 h2 { | 48 h2 { |
49 &::before { | 49 &::before { |
50 display: inline-block; | 50 display: inline-block; |
51 content: ''; | 51 content: ''; |
52 background: url("../images/further-resources-icons.svg") 0 50% no-repeat; | 52 background: url("../../images/further-resources-icons.svg") 0 50% no-repea
t; |
53 width: 50px; | 53 width: 50px; |
54 height: 43px; | 54 height: 43px; |
55 background-size: cover; | 55 background-size: cover; |
56 margin: auto; | 56 margin: auto; |
57 margin-bottom: 5px; | 57 margin-bottom: 5px; |
58 vertical-align: middle; | 58 vertical-align: middle; |
59 } | 59 } |
60 &.school { | 60 &.school { |
61 &::before { | 61 &::before { |
62 background-position: 0 50%; | 62 background-position: 0 50%; |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 background: top center no-repeat; | 153 background: top center no-repeat; |
154 display: inline-block; | 154 display: inline-block; |
155 opacity: 0.5; | 155 opacity: 0.5; |
156 transition: opacity 0.3s ease 0s; | 156 transition: opacity 0.3s ease 0s; |
157 padding-top: 50px; | 157 padding-top: 50px; |
158 } | 158 } |
159 .nav-arrow:hover { | 159 .nav-arrow:hover { |
160 opacity: 1; | 160 opacity: 1; |
161 } | 161 } |
162 .down-arrow { | 162 .down-arrow { |
163 background-image: url("../images/down-arrow.png"); | 163 background-image: url("../../images/down-arrow.png"); |
164 } | 164 } |
165 | 165 |
OLD | NEW |