mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
12
client/src/components/CardMoveStep/CardMoveStep.module.scss
Normal file
12
client/src/components/CardMoveStep/CardMoveStep.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
:global(#app) {
|
||||
.field {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: #444444;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user