Files
planka/client/src/components/projects/ProjectSettingsModal/BackgroundPane/BackgroundPane.module.scss

16 lines
284 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) {
.activeTypeButtonGroup {
margin-bottom: 12px;
}
.wrapper {
border: none;
box-shadow: none;
}
}