mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18: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,18 +1,17 @@
|
|||
.row {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
@import '../../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/buttons';
|
||||
|
||||
.size-container {
|
||||
margin-right: 1rem;
|
||||
@include nga-install-component() {
|
||||
.row {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 0.5rem;
|
||||
.size-container {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.subheader {
|
||||
color: #ffffff;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 300;
|
||||
color: nga-theme(color-fg-heading);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue