Files
fredy/ui/src/views/user/mutation/UserMutator.less
Christian Kellner f30ec4645c feat: Fredy UI redesign
* New design :)
2026-04-22 21:11:18 +02:00

14 lines
210 B
Plaintext

@import '../../../tokens.less';
.userMutator {
display: flex;
flex-direction: column;
&__actions {
display: flex;
gap: @space-2;
margin-top: @space-2;
justify-content: flex-start;
}
}