2022-02-22 20:22:41 +01:00

20 lines
268 B
Plaintext

.users_selector {
.header {
margin-bottom: 10px;
}
.user {
display: flex;
flex-direction: row;
align-items: center;
h1 {
margin: 0;
}
> div {
margin-right: 8px;
}
}
}