2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2017-05-02 19:28:27 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2019-07-02 16:18:09 +03:00
|
|
|
.buttons-row {
|
|
|
|
|
margin: -0.5rem;
|
2017-04-29 18:53:19 +03:00
|
|
|
}
|
2017-09-11 11:41:24 +03:00
|
|
|
|
2019-12-31 16:42:22 +03:00
|
|
|
button {
|
2019-07-02 16:18:09 +03:00
|
|
|
margin: 0.5rem;
|
2017-09-18 11:27:40 +03:00
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
.action-icon {
|
|
|
|
|
@include nb-ltr(margin-right, 0.5rem);
|
|
|
|
|
@include nb-rtl(margin-left, 0.5rem);
|
|
|
|
|
}
|
2017-09-18 11:27:40 +03:00
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
.actions-card {
|
|
|
|
|
height: 8rem;
|
2017-09-11 11:41:24 +03:00
|
|
|
}
|
2017-04-29 18:53:19 +03:00
|
|
|
}
|