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