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

36 lines
593 B
SCSS
Raw Normal View History

2021-11-07 14:52:49 +01:00
@import '../../../../styles/variables';
.step-bar-container {
margin: 1em 0;
height: 0.5em;
display: inline-block;
min-width: 1px;
background: $border-color !important;
width: 100%;
}
.step-bar-progress {
position: relative;
top: -0.6em;
left: 0;
height: 0.5em;
display: inline-block;
min-width: 1px;
background: $primary_color;
}
2021-11-14 15:26:26 +01:00
.shortcut {
2021-11-16 16:23:32 +01:00
background: $dark-lavender;
2021-11-14 15:26:26 +01:00
color: white;
padding: 1em;
margin: 1em;
display: inline-block;
border-radius: 100%;
text-align: center;
width: 4em;
2021-11-16 16:23:32 +01:00
&.is-active {
background: $font_color;
}
}
.poll-title {
color: $d-neutral;
2021-11-14 15:26:26 +01:00
}