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

74 lines
1.2 KiB
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% - 40px);
2022-03-01 12:02:18 +01:00
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;
font-size: 16px;
line-height: 20px;
button {
2022-03-01 12:02:18 +01:00
justify-content: inherit;
background-color: transparent;
background-position: 0;
padding: 0.5rem 0.5rem 0.5rem 2rem;
2022-03-01 11:49:42 +01:00
}
2022-02-04 14:48:29 +01:00
}
2022-03-01 12:02:18 +01:00
.delete-hour {
background-position: center;
background-size: 20px 20px;
2022-03-01 12:02:18 +01:00
font-size: 0.8rem;
width: 40px;
2022-03-01 12:02:18 +01:00
padding: 0;
float: right;
margin-top: 0;
margin-right: -4px;
height: 40px;
2022-03-01 12:02:18 +01:00
}
2022-02-04 14:48:29 +01:00
}
#add_time_button {
padding-left: 40px;
background-position: left;
background-size: 20px 20px;
}