File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- $govuk-assets-path : " /assets/govuk/assets/" ;
1
+ $govuk-assets-path : " /assets/govuk/assets/" !default ;
2
2
3
3
// Include only the bits of GOV.UK Frontend we need
4
4
$govuk-new-link-styles : true;
Original file line number Diff line number Diff line change 18
18
text-decoration : none ;
19
19
text-indent : -9999em ;
20
20
21
- background-image : url (' /images/anchored-heading-icon.png' );
21
+ background-image : image- url (' /images/anchored-heading-icon.png' );
22
22
background-repeat : no-repeat ;
23
23
background-position : center center ;
24
24
25
25
@include govuk-device-pixel-ratio {
26
- background-image : url (' /images/anchored-heading-icon-2x.png' );
26
+ background-image : image- url (' /images/anchored-heading-icon-2x.png' );
27
27
background-size : $icon-width $icon-height ;
28
28
}
29
29
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $input-size: 40px;
36
36
padding : 0 ;
37
37
width : $input-size ;
38
38
height : 100% ;
39
- background-image : url (' /images/search-button.png' );
39
+ background-image : image- url (' /images/search-button.png' );
40
40
background-repeat : no-repeat ;
41
41
background-position : 2px 50% ;
42
42
text-indent : -5000px ;
@@ -104,7 +104,7 @@ $input-size: 40px;
104
104
left : -9px ;
105
105
width : 10px ;
106
106
height : 20px ;
107
- background : no-repeat url (' /images/search-result-caret.svg' ) center right ;
107
+ background : no-repeat image- url (' /images/search-result-caret.svg' ) center right ;
108
108
background-size : contain ;
109
109
}
110
110
}
Original file line number Diff line number Diff line change 152
152
height : 20px ;
153
153
float : right ;
154
154
155
- background-image : url (' /images/govuk-icn-numbered-list.png' );
155
+ background-image : image- url (' /images/govuk-icn-numbered-list.png' );
156
156
background-repeat : no-repeat ;
157
157
background-position : left center ;
158
158
159
159
@include govuk-device-pixel-ratio {
160
- background-image : url (' /images/govuk-icn-numbered-list@2x.png' );
160
+ background-image : image- url (' /images/govuk-icn-numbered-list@2x.png' );
161
161
background-size : 20px 20px ;
162
162
}
163
163
}
178
178
height : 20px ;
179
179
cursor : pointer ;
180
180
181
- background-image : url (' /images/govuk-icn-close.png' );
181
+ background-image : image- url (' /images/govuk-icn-close.png' );
182
182
background-repeat : no-repeat ;
183
183
background-position : left center ;
184
184
185
185
@include govuk-device-pixel-ratio {
186
- background-image : url (' /images/govuk-icn-close@2x.png' );
186
+ background-image : image- url (' /images/govuk-icn-close@2x.png' );
187
187
background-size : 20px 20px ;
188
188
}
189
189
You can’t perform that action at this time.
0 commit comments