2024-03-05 10:20:36 +00:00

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;
}
}
}