This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/assets/css/misuzu/manage/user.css

17 lines
286 B
CSS

.manage__user__container {
margin-bottom: 2px;
}
.manage__user__buttons {
display: flex;
justify-content: center;
align-items: center;
}
.manage__user__button {
margin: 5px 2px;
}
.manage__user__details {
margin: 5px;
}
.manage__user__input {
width: 100%;
}