mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
Only show the alternative product image on desktop
This matches what we do with the regular product image, to make sure the text doesn’t overlap it.
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