mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
32 lines
527 B
Plaintext
Executable File
32 lines
527 B
Plaintext
Executable File
.profile_links_editor {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
gap: 10px;
|
|
|
|
.profile_links_field {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
gap: 5px;
|
|
|
|
.profile_links_field_input {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
gap: 5px;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.profile_links_field_removebtn {
|
|
align-self: flex-end;
|
|
}
|
|
}
|
|
} |