1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-26 16:49:45 +02:00
planka/client/src/components/custom-field-groups/AddCustomFieldGroupStep/AddCustomFieldGroupStep.module.scss
Maksim Eltyshev 2ee1166747 feat: Version 2
Closes #627, closes #1047
2025-05-10 02:09:06 +02:00

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;
}
}