26 lines
378 B
SCSS
26 lines
378 B
SCSS
@import './../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
.buttons-row {
|
|
margin: -0.5rem;
|
|
}
|
|
|
|
button[nbButton] {
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
.action-icon {
|
|
@include nb-ltr(margin-right, 0.5rem);
|
|
@include nb-rtl(margin-left, 0.5rem);
|
|
}
|
|
|
|
.actions-card {
|
|
height: 8rem;
|
|
}
|
|
|
|
nb-card {
|
|
max-width: 600px;
|
|
max-height: 500px;
|
|
}
|
|
}
|