25 lines
455 B
SCSS
25 lines
455 B
SCSS
|
@import "effects";
|
||
|
@import "variables";
|
||
|
|
||
|
smart-table-menu {
|
||
|
.actions-left {
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
|
||
|
.actions {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
|
||
|
.button-group {
|
||
|
display: flex;
|
||
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
|
||
|
margin-left: 10px;
|
||
|
|
||
|
& > vn-button {
|
||
|
box-shadow: 0 0 0 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|