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

51 lines
837 B
SCSS
Raw Normal View History

2021-11-07 14:52:49 +01:00
@import '../../../../styles/variables';
.step-info {
.title.step-title-poll {
font-size: 0.85rem;
color: $border-color;
}
}
2021-11-07 14:52:49 +01:00
.step-bar-container {
margin: 1em 0;
height: 0.6em;
2021-11-07 14:52:49 +01:00
display: inline-block;
min-width: 1px;
background: $d-grey !important;
2021-11-07 14:52:49 +01:00
width: 100%;
}
.step-bar-progress {
position: relative;
top: -0.5em;
2021-11-07 14:52:49 +01:00
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;
}
2021-11-17 15:16:47 +01:00
&:hover {
background: $clicked-color;
}
&.cancel-button {
background: $border-color;
margin-top: -0.5em;
&:hover {
background: $font_color;
}
}
2021-11-16 16:23:32 +01:00
}
.poll-title {
color: $d-neutral;
2021-11-14 15:26:26 +01:00
}