|
8 | 8 | display: table-cell;
|
9 | 9 | width: 60px;
|
10 | 10 | height: 45px;
|
11 |
| - background: image-url("govuk_publishing_components/action-link-arrow.png"); |
12 |
| - background: image-url("govuk_publishing_components/action-link-arrow.svg"), linear-gradient(transparent, transparent); |
| 11 | + background: url("govuk_publishing_components/action-link-arrow.png"); |
| 12 | + background: url("govuk_publishing_components/action-link-arrow.svg"), linear-gradient(transparent, transparent); |
13 | 13 | background-repeat: no-repeat;
|
14 | 14 | background-position: 0 50%;
|
15 | 15 | background-size: 45px auto;
|
|
96 | 96 |
|
97 | 97 | .gem-c-action-link--white-arrow {
|
98 | 98 | &::before {
|
99 |
| - background-image: image-url("govuk_publishing_components/action-link-arrow--white.png"); |
100 |
| - background-image: image-url("govuk_publishing_components/action-link-arrow--white.svg"), linear-gradient(transparent, transparent); |
| 99 | + background-image: url("govuk_publishing_components/action-link-arrow--white.png"); |
| 100 | + background-image: url("govuk_publishing_components/action-link-arrow--white.svg"), linear-gradient(transparent, transparent); |
101 | 101 | }
|
102 | 102 | }
|
103 | 103 |
|
104 | 104 | .gem-c-action-link--blue-arrow {
|
105 | 105 | &::before {
|
106 | 106 | width: 36px;
|
107 | 107 | height: 28px;
|
108 |
| - background: image-url("govuk_publishing_components/action-link-arrow--blue.png"); |
109 |
| - background: image-url("govuk_publishing_components/action-link-arrow--blue.svg"), linear-gradient(transparent, transparent); |
| 108 | + background: url("govuk_publishing_components/action-link-arrow--blue.png"); |
| 109 | + background: url("govuk_publishing_components/action-link-arrow--blue.svg"), linear-gradient(transparent, transparent); |
110 | 110 | background-repeat: no-repeat;
|
111 | 111 | background-size: 28px auto;
|
112 | 112 | background-position: 0 0;
|
|
123 | 123 | &::before {
|
124 | 124 | width: 30px;
|
125 | 125 | height: 30px;
|
126 |
| - background: image-url("govuk_publishing_components/action-link-arrow--simple.png"); |
127 |
| - background: image-url("govuk_publishing_components/action-link-arrow--simple.svg"), linear-gradient(transparent, transparent); |
| 126 | + background: url("govuk_publishing_components/action-link-arrow--simple.png"); |
| 127 | + background: url("govuk_publishing_components/action-link-arrow--simple.svg"), linear-gradient(transparent, transparent); |
128 | 128 | background-repeat: no-repeat;
|
129 | 129 | background-size: 25px auto;
|
130 | 130 | background-position: 0 2px;
|
|
135 | 135 | &::before {
|
136 | 136 | width: 30px;
|
137 | 137 | height: 30px;
|
138 |
| - background: image-url("govuk_publishing_components/action-link-arrow--simple-light.png"); |
139 |
| - background: image-url("govuk_publishing_components/action-link-arrow--simple-light.svg"), linear-gradient(transparent, transparent); |
| 138 | + background: url("govuk_publishing_components/action-link-arrow--simple-light.png"); |
| 139 | + background: url("govuk_publishing_components/action-link-arrow--simple-light.svg"), linear-gradient(transparent, transparent); |
140 | 140 | background-repeat: no-repeat;
|
141 | 141 | background-size: 25px auto;
|
142 | 142 | background-position: 0 2px;
|
|
145 | 145 |
|
146 | 146 | .gem-c-action-link--dark-icon {
|
147 | 147 | &::before {
|
148 |
| - background: image-url("govuk_publishing_components/action-link-arrow--dark.png"); |
149 |
| - background: image-url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent); |
| 148 | + background: url("govuk_publishing_components/action-link-arrow--dark.png"); |
| 149 | + background: url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent); |
150 | 150 | }
|
151 | 151 | }
|
152 | 152 |
|
153 | 153 | .gem-c-action-link--dark-large-icon {
|
154 | 154 | &::before {
|
155 |
| - background: image-url("govuk_publishing_components/action-link-arrow--dark.png"); |
156 |
| - background: image-url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent); |
| 155 | + background: url("govuk_publishing_components/action-link-arrow--dark.png"); |
| 156 | + background: url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent); |
157 | 157 | height: 34px;
|
158 | 158 | width: 40px;
|
159 | 159 | background-repeat: no-repeat;
|
|
170 | 170 | &::before {
|
171 | 171 | width: 36px;
|
172 | 172 | height: 28px;
|
173 |
| - background: image-url("govuk_publishing_components/action-link-arrow--light.png"); |
174 |
| - background: image-url("govuk_publishing_components/action-link-arrow--light.svg"), linear-gradient(transparent, transparent); |
| 173 | + background: url("govuk_publishing_components/action-link-arrow--light.png"); |
| 174 | + background: url("govuk_publishing_components/action-link-arrow--light.svg"), linear-gradient(transparent, transparent); |
175 | 175 | background-repeat: no-repeat;
|
176 | 176 | background-size: 28px auto;
|
177 | 177 | background-position: 0 0;
|
|
203 | 203 |
|
204 | 204 | .gem-c-action-link--transparent-icon {
|
205 | 205 | &::before {
|
206 |
| - background-image: image-url("govuk_publishing_components/action-link-arrow--transparent.svg"); |
| 206 | + background-image: url("govuk_publishing_components/action-link-arrow--transparent.svg"); |
207 | 207 | }
|
208 | 208 | }
|
209 | 209 |
|
|
213 | 213 | &::before {
|
214 | 214 | height: 30px;
|
215 | 215 | width: 30px;
|
216 |
| - background-image: image-url("govuk_publishing_components/action-link-arrow--brexit.svg"); |
| 216 | + background-image: url("govuk_publishing_components/action-link-arrow--brexit.svg"); |
217 | 217 | background-repeat: no-repeat;
|
218 | 218 | background-size: 18px auto;
|
219 | 219 | background-position: 0 2px;
|
|
238 | 238 | &::before {
|
239 | 239 | width: 80px;
|
240 | 240 | height: 70px;
|
241 |
| - background: image-url("govuk_publishing_components/action-link--nhs.png"); |
242 |
| - background: image-url("govuk_publishing_components/action-link--nhs.svg"), linear-gradient(transparent, transparent); |
| 241 | + background: url("govuk_publishing_components/action-link--nhs.png"); |
| 242 | + background: url("govuk_publishing_components/action-link--nhs.svg"), linear-gradient(transparent, transparent); |
243 | 243 | background-repeat: no-repeat;
|
244 | 244 | background-size: 85% auto;
|
245 | 245 | background-position: 0 50%;
|
|
0 commit comments