mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 01:40:13 +01:00
11 lines
144 B
SCSS
11 lines
144 B
SCSS
|
|
.btn-size-container {
|
||
|
|
div:nth-child(1) {
|
||
|
|
margin-bottom: 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div:nth-child(2) {
|
||
|
|
color: #ffffff;
|
||
|
|
margin-bottom: 19px;
|
||
|
|
}
|
||
|
|
}
|