mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
20 lines
268 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|