ds4/scss/components/shared/_sheet_form.scss

14 lines
230 B
SCSS
Raw Normal View History

2021-07-11 05:04:05 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
2022-01-21 03:22:17 +01:00
.ds4-sheet-form {
2023-07-10 22:23:13 +02:00
display: flex;
flex-direction: column;
flex-wrap: nowrap;
font-family: var(--ds4-font-primary);
height: 100%;
2021-07-11 05:04:05 +02:00
}