5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 05:36:22 +00:00

fix: extender clases de bootstrap

This commit is contained in:
f 2022-11-04 16:58:56 -03:00
parent 395e5fa83a
commit ba39233739
2 changed files with 9 additions and 5 deletions

View file

@ -506,3 +506,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,10 +1,5 @@
.new-editor {
.editor {
table {
@extend .table;
@extend .table-responsive;
}
.menubar {
z-index: 1;