mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
19 lines
330 B
Plaintext
Executable File
19 lines
330 B
Plaintext
Executable File
.grantRoles_user {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.roles {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
padding: 10px;
|
|
border-radius: 8px;
|
|
|
|
background-color: var(--background-color-accent);
|
|
}
|
|
|
|
> div {
|
|
margin-bottom: 10px;
|
|
}
|
|
} |