5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 08:26:56 +00:00

Merge branch 'usar-sutty-editor' into panel.sutty.nl

This commit is contained in:
f 2022-11-04 16:59:31 -03:00
commit 437a20cdff
2 changed files with 9 additions and 4 deletions

View file

@ -507,3 +507,12 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
@import "new_editor";
.new-editor {
.editor {
table {
@extend .table;
@extend .table-responsive;
}
}
}

View file

@ -1,9 +1,5 @@
.new-editor {
.editor {
table {
@extend .table;
}
.menubar {
z-index: 1;