Files
planka/client/src/components/common/InformationModal/AboutPane.module.scss
2025-12-12 16:10:07 +01:00

17 lines
292 B
SCSS

/*!
* Copyright (c) 2024 PLANKA Software GmbH
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
:global(#app) {
.version {
font-weight: bold;
text-align: center;
}
.wrapper {
border: none;
box-shadow: none;
}
}