1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/client/src/components/UserPasswordEditStep/UserPasswordEditStep.module.scss
2022-08-26 18:59:44 +02:00

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;
}
}