mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 01:40:13 +01:00
refactor(buttons): fix styles
This commit is contained in:
parent
59ef144716
commit
774fe48d65
11 changed files with 955 additions and 595 deletions
|
|
@ -1,10 +1,18 @@
|
|||
.btn-size-container {
|
||||
div:nth-child(1) {
|
||||
.row {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.size-container {
|
||||
margin-right: 20px;
|
||||
|
||||
.header {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
div:nth-child(2) {
|
||||
.subheader {
|
||||
color: #ffffff;
|
||||
margin-bottom: 19px;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue