ngx-admin/src/app/pages/ui-features/buttons/labeled-actions-group/labeled-actions-group.component.scss
2017-07-24 12:19:03 +03:00

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;
}
}
}