mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Merge pull request #3799 from alphagov/alternative-product-image-desktop-only
Only show the alternative product image on desktop
This commit is contained in:
@@ -29,8 +29,10 @@ $button-shadow-size: $govuk-border-width-form-element;
|
||||
}
|
||||
|
||||
&--alternative {
|
||||
background-image: file-url('product/proposition-alternative.svg');
|
||||
background-position: right 10px bottom 0;
|
||||
@include media(desktop) {
|
||||
background-image: file-url('product/proposition-alternative.svg');
|
||||
background-position: right 10px bottom 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user