mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
10 lines
134 B
SCSS
10 lines
134 B
SCSS
.change-email-form {
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: 12px;
|
|
}
|
|
}
|