mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
18 lines
236 B
SCSS
18 lines
236 B
SCSS
:global(#app) {
|
|
.field {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.note {
|
|
font-size: 11px;
|
|
margin-top: 4px;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.text {
|
|
color: #444444;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-bottom: 6px;
|
|
}
|
|
}
|