misuzu/assets/less/manage/user.less

25 lines
317 B
Text
Raw Normal View History

2019-02-04 11:38:20 +00:00
.manage__user {
&__container {
margin-bottom: 2px;
2019-02-04 11:38:20 +00:00
}
&__buttons {
2019-02-04 11:38:20 +00:00
display: flex;
justify-content: center;
2019-02-04 11:38:20 +00:00
align-items: center;
}
&__button {
margin: 5px 2px;
2019-02-04 11:38:20 +00:00
}
&__details {
margin: 5px;
2019-02-04 11:38:20 +00:00
}
&__input {
width: 100%;
2019-02-04 11:38:20 +00:00
}
}