mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
19 lines
236 B
SCSS
19 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;
|
|
}
|
|
}
|