mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
13 lines
161 B
SCSS
13 lines
161 B
SCSS
|
:global(#app) {
|
||
|
.field {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
color: #444444;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
padding-bottom: 6px;
|
||
|
}
|
||
|
}
|