Adds blur effect for shapes

This commit is contained in:
alonso.torres 2020-10-20 15:38:02 +02:00 committed by Hirunatan
parent ca83e13802
commit 6b240da892
16 changed files with 358 additions and 116 deletions

View file

@ -163,6 +163,17 @@
}
}
.element-set-title-actions {
display: flex;
flex-direction: row;
flex: 1;
justify-content: flex-end;
.add-page {
margin: 0;
}
}
.collapse-pages {
margin-left: $small;