@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; } } .title-section { display: inline-block; width: 40%; float: left; } .step-title-poll { max-width: 18ch; text-overflow: ellipsis; display: inline-block !important; overflow: hidden; } .step-counter-text { display: block; } .columns, .column { padding-top: 0; padding-bottom: 0; } .columns { padding-top: 1rem; } .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: 0.75rem; 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: #767486; margin-bottom: 0; padding-top: 0.5rem; display: block; font-weight: bold; } 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; } .logo-home-link { padding: 0; } .stepper-app-logo { max-width: $main-column-width-inner; max-height: $main-column-width-inner; margin: 10px 16px; height: $logo-side; width: $logo-side; display: inline-block; } #display_cancel_popup_button { min-width: 7em; // to adapt other lang without making the nav move z-index: 10; }