mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 05:39:43 +02:00
17 lines
313 B
SCSS
17 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;
|
|
}
|
|
}
|