blob: 443762e7b87e6273f19d70f7cd5396c64d84d9b2 (
plain) (
tree)
|
|
.influencers {
padding: 20px;
}
.password-input, .add-profile, .export-import {
margin-bottom: 20px;
}
.profile-list ul {
list-style-type: none;
padding: 0;
}
.profile-list li {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
button {
margin-left: 10px;
}
|