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

149 lines
2.4 KiB
SCSS

@import '../../../../styles/variables';
@import '../../../../styles/dev-utilities/helpers';
#creation_stepper {
@extend .fixed-box;
background: $white;
height: $stepper-nav-height;
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;
}
}
.nav-button {
margin-top: 0;
margin-right: 1em;
line-height: $stepper-nav-height / 2;
height: $stepper-nav-height / 2;
display: inline-block;
padding-left: 1em;
&:nth-last-of-type(1) {
margin-right: 0;
}
&app-language-selector {
padding-top: 1rem;
}
}
.cancel-button {
line-height: $stepper-nav-height / 2;
height: $stepper-nav-height / 2;
padding: 0 1rem;
margin-top: $stepper-nav-height / 4.5;
color: $primary_color;
border-color: $primary_color;
&:hover {
color: $white;
background: $primary_color;
}
}
.cancel-button-reject-bottom {
background: $secondary_color;
color: $white;
margin-left: 1rem;
}
.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;
padding-top: 1rem;
display: block;
}
h2 {
margin-bottom: 0rem;
}
.step-counter-text {
font-weight: 600;
color: $d-blue-700;
}
.top {
height: 2rem;
}
.cancel-button-reject {
background: none;
color: $primary_color;
margin-right: -1rem;
i {
color: $primary_color;
margin-left: 1ch;
}
}
.cancel-button-confirm {
color: $secondary_color;
margin-right: 0;
}
}
.lang-selector-icon {
margin-top: 0.5rem;
display: inline-block;
}
.stepper-app-logo {
max-width: $main-column-width-inner;
max-height: $main-column-width-inner;
height: 3rem;
width: 3rem;
display: inline-block;
}
#display_cancel_popup_button {
min-width: 7em; // to adapt other lang without making the nav move
}