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

99 lines
1.4 KiB
SCSS

@import '../../../../styles/variables';
@import '../../../../styles/dev-utilities/helpers';
#creation_stepper {
@extend .fixed-box;
background: $white;
height: 64px;
a {
@extend .clickable;
&:hover {
color: $secondary_color;
}
}
.columns,
.column {
padding-bottom: 0;
}
.step-bar-container {
margin: 0;
width: 100%;
position: relative;
top: 4px;
display: block;
min-width: 1px;
height: 4px;
background: $d-grey !important;
}
.step-bar-progress {
position: relative;
top: 0;
left: 0;
height: 4px;
display: block;
min-width: 1px;
background: $d-blue-700;
}
.shortcut {
padding: 1em;
margin: 1em;
display: inline-block;
text-align: center;
width: 4em;
&.is-active {
background: $font_color;
}
}
.cancel-button {
margin-top: 0;
line-height: $header-nav-inner-height;
height: $header-nav-inner-height;
display: inline-block;
padding-left: 1em;
&:hover {
color: $font_color;
}
}
.step-info {
padding: 0 10px;
width: 100%;
display: block;
background: $white;
height: $header-nav-inner-height;
i {
margin-left: 1ch;
}
}
.step-title-poll {
font-size: 0.85rem;
color: $d-neutral;
margin-bottom: 0rem;
}
h2 {
margin-bottom: 0rem;
}
.step-counter-text {
font-weight: 600;
}
.cancel-button-reject,
.cancel-button-confirm {
display: block !important;
width: 100%;
color: white !important;
}
}