mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
fix(buttons): complete buttons
This commit is contained in:
parent
224e0d3390
commit
640d3202dc
10 changed files with 77 additions and 67 deletions
|
|
@ -1,13 +1,13 @@
|
|||
.shape-container .header {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
@import '../../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/buttons';
|
||||
|
||||
.shape-container .subheader {
|
||||
margin-bottom: 19px;
|
||||
font-weight: 300;
|
||||
font-size: 0.875rem;
|
||||
@include nga-install-component() {
|
||||
|
||||
span:nth-child(2) {
|
||||
color: #ffffff;
|
||||
.subheader {
|
||||
margin-bottom: 19px;
|
||||
|
||||
span:nth-child(2) {
|
||||
color: nga-theme(color-fg-heading);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue