mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
refactor: comment button styles
This commit is contained in:
parent
994cb69c29
commit
a37889b410
5 changed files with 296 additions and 296 deletions
|
|
@ -1,30 +1,30 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@import '~@nebular/bootstrap/styles/buttons';
|
||||
|
||||
@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;
|
||||
}
|
||||
|
||||
.subheader {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 0.875rem;
|
||||
|
||||
span:nth-child(2) {
|
||||
color: nb-theme(color-fg-heading);
|
||||
font-weight: nb-theme(font-weight-bold);
|
||||
}
|
||||
}
|
||||
}
|
||||
//@import '../../../../@theme/styles/themes';
|
||||
//@import '~@nebular/bootstrap/styles/buttons';
|
||||
//
|
||||
//@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;
|
||||
// }
|
||||
//
|
||||
// .subheader {
|
||||
// margin-bottom: 1rem;
|
||||
// font-size: 0.875rem;
|
||||
//
|
||||
// span:nth-child(2) {
|
||||
// color: nb-theme(color-fg-heading);
|
||||
// font-weight: nb-theme(font-weight-bold);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue