mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
fix(buttons): fix button styles (#8)
This commit is contained in:
parent
51b68b9d65
commit
fa8342cc6d
4 changed files with 14 additions and 15 deletions
|
|
@ -14,10 +14,12 @@
|
|||
|
||||
.header {
|
||||
color: white;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.subheader {
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 300;
|
||||
color: nga-theme(color-fg-hint);
|
||||
|
|
@ -54,7 +56,7 @@
|
|||
}
|
||||
|
||||
.example-container .container-btn {
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.actions-groups {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue