mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-14 01:01:26 +00:00
20 lines
421 B
SCSS
20 lines
421 B
SCSS
$feature-flags: (
|
|
enable-css-custom-properties: true,
|
|
grid-columns-16: true,
|
|
);
|
|
|
|
@use 'carbon-components/scss/globals/scss/vendor/@carbon/elements/scss/themes/generated/themes';
|
|
@import 'carbon-components/scss/globals/scss/styles.scss';
|
|
|
|
:root {
|
|
@include carbon--theme($carbon--theme--g90, true);
|
|
}
|
|
|
|
a {
|
|
color: map-get($carbon--theme--g90, 'link-01');
|
|
}
|
|
|
|
.bx--inline-notification__text-wrapper {
|
|
width: 100%;
|
|
}
|