@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
29 lines (28 loc) • 779 B
CSS
/*
* Anchor theme
*
*/
/*
* Anchor mixins
*
*/
/*
* Utilities
*/
.eufemia-scope--11_0_0 :where(:not(.dnb-anchor--no-style)).dnb-anchor__launch-icon.dnb-icon.dnb-icon--default {
font-size: 1em;
}
.eufemia-scope--11_0_0 :where(:not(.dnb-anchor--no-style)).dnb-anchor__launch-icon.dnb-icon.dnb-icon--default svg path {
stroke-width: 1.2;
}
.eufemia-scope--11_0_0 :not(.dnb-anchor--no-style) {
/* stylelint-disable-next-line scss/operator-no-unspaced */
}
@supports not (selector(*:where(*))) {
.eufemia-scope--11_0_0 :not(.dnb-anchor--no-style).dnb-anchor__launch-icon.dnb-icon.dnb-icon--default {
font-size: 1em;
}
.eufemia-scope--11_0_0 :not(.dnb-anchor--no-style).dnb-anchor__launch-icon.dnb-icon.dnb-icon--default svg path {
stroke-width: 1.2;
}
}