ngx-admin/src/app/pages/ui-features/buttons/shape-buttons/shape-buttons.component.scss

14 lines
264 B
SCSS
Raw Normal View History

2017-06-27 16:34:00 +03:00
@import '../../../../@theme/styles/variables';
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
2017-06-27 16:34:00 +03:00
@include nga-install-component() {
2017-06-27 16:34:00 +03:00
.subheader {
margin-bottom: 19px;
2017-06-27 16:34:00 +03:00
span:nth-child(2) {
color: nga-theme(color-fg-heading);
}
}
}