mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 09:15:00 +03:00
17 lines
292 B
SCSS
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;
|
||
|
|
}
|
||
|
|
}
|