mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
52 lines
664 B
Plaintext
52 lines
664 B
Plaintext
.users_list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> div {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.selectableList_item {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.user_item {
|
|
display: flex;
|
|
|
|
> div {
|
|
margin: 7px;
|
|
}
|
|
|
|
.title {
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
h1 {
|
|
cursor: text;
|
|
margin: 0;
|
|
font-size: 16px;
|
|
user-select: all;
|
|
}
|
|
h3 {
|
|
font-family: "Roboto Mono", monospace !important;
|
|
cursor: text;
|
|
margin: 0;
|
|
font-size: 13px;
|
|
user-select: all;
|
|
}
|
|
|
|
.line {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
> div {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
} |