fleet/frontend/components/forms/UserSettingsForm/_styles.scss
2016-12-21 12:22:18 -06:00

20 lines
290 B
SCSS

.manage-user {
.input-field {
width: 75%;
}
&__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;
}
}
}
}