336ad05693
- This is useful when you want to set up hooks, etc. on the EditorField component - Because when you can only use the NoteEditor export, you cannot notice when fields are mounted or destroyed
20 lines
406 B
SCSS
20 lines
406 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
@import "sass/base";
|
|
|
|
$btn-disabled-opacity: 0.4;
|
|
@import "sass/bootstrap/scss/buttons";
|
|
@import "sass/bootstrap/scss/button-group";
|
|
@import "sass/bootstrap/scss/dropdown";
|
|
@import "sass/bootstrap-tooltip";
|
|
|
|
html {
|
|
overflow: hidden;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|