Files
fredy/ui/src/views/user/mutation/UserMutator.less

14 lines
210 B
Plaintext
Raw Normal View History

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