mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-24 16:21:47 +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";
|
@import "new_editor";
|
||||||
|
|
||||||
|
.new-editor {
|
||||||
|
.editor {
|
||||||
|
table {
|
||||||
|
@extend .table;
|
||||||
|
@extend .table-responsive;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
.new-editor {
|
.new-editor {
|
||||||
.editor {
|
.editor {
|
||||||
table {
|
|
||||||
@extend .table;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menubar {
|
.menubar {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue