mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:46:21 +00:00
fix: extender clases de bootstrap
This commit is contained in:
parent
395e5fa83a
commit
ba39233739
2 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
.new-editor {
|
||||
.editor {
|
||||
table {
|
||||
@extend .table;
|
||||
@extend .table-responsive;
|
||||
}
|
||||
|
||||
.menubar {
|
||||
z-index: 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue