mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 13:18:49 +01:00
18 lines
397 B
SCSS
18 lines
397 B
SCSS
@import '../../../../@theme/styles/variables';
|
|
|
|
@include nga-install-component() {
|
|
nga-action {
|
|
i {
|
|
color: nga-theme(color-fg);
|
|
font-size: 2.5rem;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
span {
|
|
font-family: nga-theme(font-family-secondary);
|
|
font-weight: nga-theme(font-weight-bold);
|
|
color: nga-theme(color-fg-heading);
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|