mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-24 10:11:52 +00:00
Merge branch 'usar-sutty-editor' into panel.sutty.nl
This commit is contained in:
commit
437a20cdff
2 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
.new-editor {
|
||||
.editor {
|
||||
table {
|
||||
@extend .table;
|
||||
}
|
||||
|
||||
.menubar {
|
||||
z-index: 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue