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

31 lines
548 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../../@theme/styles/themes';
@import '~@nebular/bootstrap/styles/buttons';
2017-06-27 16:34:00 +03:00
@include nb-install-component() {
nb-card-body {
padding: 0 0 29px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.shape-container {
margin: 1.25rem 1.25rem 0;
}
.container-title {
margin-bottom: 0.25rem;
}
2017-06-27 16:34:00 +03:00
.subheader {
margin-bottom: 1rem;
font-size: 0.875rem;
2017-06-27 16:34:00 +03:00
span:nth-child(2) {
color: nb-theme(color-fg-heading);
font-weight: nb-theme(font-weight-bold);
2017-06-27 16:34:00 +03:00
}
}
}