mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 13:49:43 +02:00
18 lines
313 B
SCSS
18 lines
313 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) {
|
||
|
.field {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
color: #444444;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
padding-bottom: 6px;
|
||
|
}
|
||
|
}
|