mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
20 lines
290 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|