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

125 lines
1.9 KiB
SCSS
Raw Normal View History

2021-11-07 14:52:49 +01:00
@import '../../../../styles/variables';
2021-12-01 18:22:21 +01:00
@import '../../../../styles/dev-utilities/helpers';
2021-11-30 11:17:44 +01:00
#creation_stepper {
2021-12-01 18:22:21 +01:00
@extend .fixed-box;
background: $white;
height: $stepper-nav-height;
2021-12-01 18:22:21 +01:00
a {
@extend .clickable;
2021-12-08 18:17:28 +01:00
&:hover {
color: $secondary_color;
}
}
2021-12-08 18:17:28 +01:00
2021-12-01 18:22:21 +01:00
.columns,
.column {
padding-bottom: 0;
}
2021-11-30 11:17:44 +01:00
.step-bar-container {
margin: 0;
2021-12-09 11:21:41 +01:00
width: 100%;
position: relative;
top: 4px;
display: block;
2021-11-30 11:17:44 +01:00
min-width: 1px;
2021-12-09 11:21:41 +01:00
height: 4px;
2021-11-30 11:17:44 +01:00
background: $d-grey !important;
}
2021-11-30 11:17:44 +01:00
.step-bar-progress {
position: relative;
2021-12-09 11:21:41 +01:00
top: 0;
2021-11-30 11:17:44 +01:00
left: 0;
2021-12-09 11:21:41 +01:00
height: 4px;
display: block;
2021-11-30 11:17:44 +01:00
min-width: 1px;
background: $d-blue-700;
2021-11-16 16:23:32 +01:00
}
2021-11-30 11:17:44 +01:00
.shortcut {
padding: 1em;
margin: 1em;
display: inline-block;
text-align: center;
width: 4em;
&.is-active {
2021-11-17 15:16:47 +01:00
background: $font_color;
}
2021-12-08 18:17:28 +01:00
}
2021-11-30 11:17:44 +01:00
2021-12-13 16:18:24 +01:00
.nav-button {
2021-12-09 11:21:41 +01:00
margin-top: 0;
line-height: $stepper-nav-height;
height: $stepper-nav-height;
2021-12-08 18:17:28 +01:00
display: inline-block;
2021-12-09 15:27:36 +01:00
padding-left: 1em;
2021-12-13 16:18:24 +01:00
&app-language-selector {
padding-top: 1rem;
}
}
.cancel-button {
line-height: $stepper-nav-height;
height: $stepper-nav-height;
padding: 0 1rem;
2021-12-16 12:21:24 +01:00
color: $secondary_color !important;
2021-11-30 11:17:44 +01:00
2021-12-08 18:17:28 +01:00
&:hover {
2021-12-09 15:27:36 +01:00
color: $font_color;
2021-12-16 12:21:24 +01:00
outline: black;
outline-style: solid;
2021-11-30 11:17:44 +01:00
}
2021-11-17 15:16:47 +01:00
}
2021-11-30 17:37:23 +01:00
2021-12-01 18:22:21 +01:00
.step-info {
2021-12-10 11:08:37 +01:00
padding: 0 10px;
width: 100%;
display: block;
background: $white;
2021-12-09 15:27:36 +01:00
height: $header-nav-inner-height;
i {
margin-left: 1ch;
}
2021-12-01 18:22:21 +01:00
}
2021-12-08 18:17:28 +01:00
2021-11-30 17:37:23 +01:00
.step-title-poll {
font-size: 0.85rem;
color: $d-neutral;
2021-11-30 18:30:18 +01:00
margin-bottom: 0rem;
padding-top: 1rem;
display: block;
2021-11-30 18:30:18 +01:00
}
h2 {
margin-bottom: 0rem;
}
.step-counter-text {
font-weight: 600;
2021-11-30 17:37:23 +01:00
}
2021-12-08 18:17:28 +01:00
2021-12-06 12:13:47 +01:00
.cancel-button-reject,
.cancel-button-confirm {
display: block !important;
width: 100%;
2021-12-17 11:42:20 +01:00
color: $secondary_color;
2021-12-06 12:13:47 +01:00
}
2021-11-16 16:23:32 +01:00
}
2021-12-13 16:18:24 +01:00
.lang-selector-icon {
margin-top: 0.5rem;
display: inline-block;
}
2021-12-13 18:30:25 +01:00
.stepper-app-logo {
max-width: $main-column-width-inner;
max-height: $main-column-width-inner;
height: 3rem;
width: 3rem;
display: inline-block;
}