ngx-admin/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.scss
2017-09-18 18:07:03 +03:00

31 lines
404 B
SCSS

nb-card-body {
div:not(:last-child) {
margin-bottom: 1rem;
}
}
.btn-with-icon-example {
width: 100%;
.btn {
width: 100%;
}
}
.btn-group:not(:last-child) {
margin-bottom: 1rem;
}
.icon-button-examples {
display: flex;
justify-content: flex-start;
button {
margin-right: 2rem;
min-width: 4rem;
}
}
.icon-button-examples:not(:last-child) {
margin-bottom: 1rem;
}