ds4/scss/components/shared/_editor.scss

19 lines
262 B
SCSS
Raw Normal View History

2022-01-21 03:22:17 +01:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-sheet-form {
2023-07-10 22:23:13 +02:00
.editor {
height: 100%;
2022-01-21 03:22:17 +01:00
2023-07-10 22:23:13 +02:00
.tox {
.tox-toolbar-overlord,
.tox-toolbar__primary {
background: transparent;
}
2022-01-21 03:22:17 +01:00
}
2023-07-10 22:23:13 +02:00
}
2022-01-21 03:22:17 +01:00
}