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

14 lines
257 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/bootstrap/buttons';
2017-06-27 16:34:00 +03:00
@include nb-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: nb-theme(color-fg-heading);
2017-06-27 16:34:00 +03:00
}
}
}