15 lines
251 B
SCSS
15 lines
251 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
* SPDX-FileCopyrightText: 2021 Oliver Rümpelein
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.ds4-hidden {
|
|
display: none;
|
|
}
|
|
|
|
// This is needed for higher specifity
|
|
form .ds4-hidden {
|
|
display: none;
|
|
}
|