Files
planka/client/src/components/common/InformationModal/AboutPane.module.scss

17 lines
292 B
SCSS
Raw Normal View History

/*!
* 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;
}
}