funky-framadate-front/src/app/features/administration/form/steps/step-four/step-four.component.scss

65 lines
950 B
SCSS
Raw Normal View History

2021-11-14 15:48:27 +01:00
@import '../../../../../../styles/variables';
@import '../../../../../../styles/dev-utilities/helpers';
2022-03-01 11:49:42 +01:00
.custom-day-time-slices {
.heading-day-choice {
font-size: 1.25rem;
line-height: 1.25rem;
color: $d-black;
font-weight: 700;
margin-bottom: 1rem;
2022-02-04 14:55:20 +01:00
}
2022-03-01 12:02:18 +01:00
}
2022-02-04 14:55:20 +01:00
2022-03-01 12:02:18 +01:00
.time-slice-list-of-a-day {
label {
line-height: 2.25rem;
margin-bottom: 0;
}
2022-02-04 14:38:59 +01:00
2022-03-01 12:02:18 +01:00
input {
width: calc(100% - 2rem);
margin-bottom: 1rem;
}
2022-02-04 14:38:59 +01:00
2022-03-01 12:02:18 +01:00
.button {
color: $primary_color;
2022-02-04 14:38:59 +01:00
2022-03-01 12:02:18 +01:00
.icon {
margin-right: 1rem;
fill: $primary_color;
2022-03-01 11:49:42 +01:00
}
2022-03-01 12:02:18 +01:00
}
2022-02-04 14:48:29 +01:00
2022-03-01 12:02:18 +01:00
#close_dialog {
border: 0;
color: $primary !important;
2022-03-01 11:49:42 +01:00
2022-03-01 12:02:18 +01:00
.icon {
margin-left: 1rem;
height: 1.5em;
width: 1.5em;
2022-03-01 11:49:42 +01:00
}
2022-03-01 12:02:18 +01:00
}
2022-02-04 14:48:29 +01:00
2022-03-01 12:02:18 +01:00
.add-time-choice {
margin-top: 0.5rem;
2022-03-01 11:49:42 +01:00
2022-03-01 12:02:18 +01:00
.button {
justify-content: inherit;
2022-03-01 11:49:42 +01:00
background: transparent;
}
2022-02-04 14:48:29 +01:00
}
2022-03-01 12:02:18 +01:00
.delete-hour {
background: transparent;
font-size: 0.8rem;
width: 2rem;
padding: 0;
float: right;
margin-top: -3rem;
margin-right: 0;
margin-bottom: 0;
}
2022-02-04 14:48:29 +01:00
}