@import '../../../../styles/variables'; @import '../../../../styles/dev-utilities/helpers'; #creation_stepper { @extend .fixed-box; background: $white; height: 56px; 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: 60px; height: 60px; display: inline-block; &:hover { background: $font_color; } } .step-info { padding: 9px 10px; background: $white; height: 60px; 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; } }