mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
25 lines
333 B
SCSS
25 lines
333 B
SCSS
.manage-user {
|
|
.input-field {
|
|
width: 75%;
|
|
}
|
|
|
|
&__email-hint {
|
|
display: block;
|
|
}
|
|
|
|
&__button-wrap {
|
|
width: 75%;
|
|
border-top: 1px solid $accent-medium;
|
|
padding-top: 45px;
|
|
margin-top: 45px;
|
|
|
|
.button {
|
|
width: calc(50% - 30px);
|
|
|
|
&:last-child {
|
|
margin-left: 60px;
|
|
}
|
|
}
|
|
}
|
|
}
|