File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
@include govuk-font ($size : 19 , $weight : bold );
11
11
12
12
display : block ;
13
- background : image- url (" calendars/icon-calendar.png" ) no-repeat scroll 0 0 ;
13
+ background : url (" calendars/icon-calendar.png" ) no-repeat scroll 0 0 ;
14
14
min-height : 2.5em ;
15
15
padding : 0 0 0 3em ;
16
16
17
17
@include govuk-device-pixel-ratio {
18
- background-image : image- url (" calendars/icon-calendar-2x.png" );
18
+ background-image : url (" calendars/icon-calendar-2x.png" );
19
19
background-size : 29px 24px ;
20
20
}
21
21
}
Original file line number Diff line number Diff line change 18
18
}
19
19
20
20
.app-bunting__triangles {
21
- background-image : image- url (" calendars/bunting-grey-string.svg" );
21
+ background-image : url (" calendars/bunting-grey-string.svg" );
22
22
background-color : transparent ;
23
23
background-repeat : repeat-x ;
24
24
background-position : center center ;
38
38
}
39
39
40
40
.app-bunting__tinsel {
41
- background-image : image- url (" calendars/festive-lights-tinsel.svg" );
41
+ background-image : url (" calendars/festive-lights-tinsel.svg" );
42
42
background-color : transparent ;
43
43
background-repeat : repeat-x ;
44
44
background-position : center top ;
You can’t perform that action at this time.
0 commit comments