mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
16 lines
251 B
SCSS
16 lines
251 B
SCSS
.change-email-form {
|
|
&__btn-wrap {
|
|
@include display(flex);
|
|
@include flex-direction(row-reverse);
|
|
}
|
|
|
|
&__btn {
|
|
font-size: $small;
|
|
height: 38px;
|
|
margin-bottom: 5px;
|
|
margin-left: 15px;
|
|
padding: 0;
|
|
width: 120px;
|
|
}
|
|
}
|