18 lines
262 B
SCSS
18 lines
262 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.ds4-sheet-form {
|
|
.editor {
|
|
height: 100%;
|
|
|
|
.tox {
|
|
.tox-toolbar-overlord,
|
|
.tox-toolbar__primary {
|
|
background: transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|