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

27 lines
505 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-02 16:05:11 +03:00
@include nb-install-component() {
nb-card-body {
padding: 0 1.25rem 1.25rem 0;
display: flex;
flex-wrap: wrap;
}
.container-title {
margin-bottom: 0.25rem;
}
.size-container {
margin: 1.25rem 0 0 1.25rem;
}
2017-06-02 16:05:11 +03:00
.subheader {
margin-bottom: 0.75rem;
font-size: 0.875rem;
font-weight: nb-theme(font-weight-bold);
color: nb-theme(color-fg-heading);
}
}