Port SCSS changes from a68079e6ee

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent db0e83cf2e
commit 743b67f796

@ -110,6 +110,18 @@
}
}
&.button--destructive {
&:active,
&:focus,
&:hover {
background: $error-red;
svg path:last-child {
fill: $error-red;
}
}
}
@media screen and (max-width: $no-gap-breakpoint) {
svg {
display: none;

Loading…
Cancel
Save