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