mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
14 lines
146 B
SCSS
14 lines
146 B
SCSS
|
|
nga-card-body {
|
||
|
|
div:not(:last-child) {
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-with-icon-example {
|
||
|
|
width: 100%;
|
||
|
|
|
||
|
|
.btn {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|