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

49 lines
758 B
SCSS
Raw Normal View History

2021-11-07 14:52:49 +01:00
@import '../../../../styles/variables';
2021-11-30 11:17:44 +01:00
#creation_stepper {
.step-bar-container {
margin: 1rem 0 2rem;
height: 0.6em;
display: inline-block;
min-width: 1px;
background: $d-grey !important;
width: 100%;
}
2021-11-30 11:17:44 +01:00
.step-bar-progress {
position: relative;
top: -0.5em;
left: 0;
height: 0.5em;
display: inline-block;
min-width: 1px;
background: $primary_color;
2021-11-16 16:23:32 +01:00
}
2021-11-30 11:17:44 +01:00
.shortcut {
padding: 1em;
margin: 1em;
display: inline-block;
text-align: center;
width: 4em;
&.is-active {
2021-11-17 15:16:47 +01:00
background: $font_color;
}
2021-11-30 11:17:44 +01:00
&.cancel-button {
background: $border-color;
margin-top: -0.5em;
&:hover {
background: $font_color;
}
}
2021-11-17 15:16:47 +01:00
}
2021-11-30 17:37:23 +01:00
.step-title-poll {
font-size: 0.85rem !important;
color: $d-neutral !important;
}
2021-11-16 16:23:32 +01:00
}