mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
14 lines
210 B
Plaintext
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;
|
|
}
|
|
}
|