funky-framadate-front/src/app/features/administration/nav-steps/nav-steps.component.scss

12 lines
179 B
SCSS
Raw Normal View History

@import '../../../../styles/variables';
2022-02-02 16:28:52 +01:00
.bottom-step-buttons {
.button-previous {
margin-left: 0;
2022-02-14 11:17:49 +01:00
&:hover {
background: $d-primary;
color: $white !important;
}
2022-02-02 16:28:52 +01:00
}
}