Skip to content
Snippets Groups Projects

Resolve #3491816 "Event page"

Merged Pamela Barone requested to merge issue/drupal_cms-3491816:3491816-event-page into 1.x
Files
15
+ 27
0
/**
* @file
* Extra button styles.
*/
.button--external {
gap: 8px;
&:after {
content: "";
width: 15px;
height: 15px;
-webkit-mask-image: url('../../images/external.svg');
mask-image: url('../../images/external.svg');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background: currentColor;
@media (forced-colors: active) {
background: buttonText;
}
}
}
Loading