2020-04-21 10:50:26 +02:00
|
|
|
@charset "UTF-8";
|
2021-11-18 11:22:44 +01:00
|
|
|
|
|
|
|
@import 'datepicker';
|
|
|
|
|
2021-11-14 15:48:27 +01:00
|
|
|
.input:hover,
|
|
|
|
input:hover,
|
|
|
|
select:hover,
|
|
|
|
.textarea:hover,
|
|
|
|
.select select:hover,
|
|
|
|
.is-hovered.input,
|
|
|
|
input.is-hovered,
|
|
|
|
select.is-hovered,
|
|
|
|
.is-hovered.textarea,
|
|
|
|
.select select.is-hovered {
|
2022-02-11 10:02:05 +01:00
|
|
|
border-color: $font-color !important;
|
2021-11-14 15:48:27 +01:00
|
|
|
}
|
2021-11-18 11:41:23 +01:00
|
|
|
|
2021-05-18 10:47:16 +02:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1rem;
|
|
|
|
margin-right: 2px;
|
2021-05-03 12:36:03 +02:00
|
|
|
margin-bottom: 1em;
|
2021-05-03 15:10:29 +02:00
|
|
|
|
|
|
|
+ button,
|
|
|
|
+ .mat-icon-button {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-12-16 12:21:24 +01:00
|
|
|
button,
|
2022-02-15 15:41:49 +01:00
|
|
|
.p-link,
|
2021-12-16 12:21:24 +01:00
|
|
|
.button {
|
|
|
|
&:focus {
|
|
|
|
@extend .outlined;
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-11-30 11:17:44 +01:00
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
.input,
|
|
|
|
.textarea,
|
|
|
|
select,
|
|
|
|
.select {
|
2021-12-21 14:58:31 +01:00
|
|
|
font-size: 1rem !important;
|
|
|
|
line-height: 1.25rem;
|
2021-12-21 16:36:43 +01:00
|
|
|
border: solid 1px $font-color !important;
|
2021-12-21 16:02:25 +01:00
|
|
|
border-radius: 4px;
|
2021-12-21 14:58:31 +01:00
|
|
|
@extend .clickable;
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-12-16 12:21:24 +01:00
|
|
|
&:focus {
|
|
|
|
@extend .outlined;
|
|
|
|
}
|
2021-11-30 11:17:44 +01:00
|
|
|
}
|
2021-11-30 11:25:30 +01:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2021-05-18 10:47:16 +02:00
|
|
|
@extend .clickable;
|
2022-02-15 12:11:21 +01:00
|
|
|
margin-bottom: 1rem;
|
2022-02-15 15:41:49 +01:00
|
|
|
padding: 0.25rem;
|
2020-04-21 10:50:26 +02:00
|
|
|
|
2021-05-18 10:47:16 +02:00
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
|
|
|
color: $primary_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
&[required] {
|
|
|
|
&:after {
|
|
|
|
content: '*';
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
|
|
|
|
2021-11-30 17:37:23 +01:00
|
|
|
// radio input structure
|
2021-12-09 11:21:41 +01:00
|
|
|
.mat-checkbox-label,
|
|
|
|
.mat-checkbox-layout .mat-checkbox-label {
|
|
|
|
max-width: 90vw;
|
2021-12-10 11:08:37 +01:00
|
|
|
overflow-x: auto;
|
2021-12-21 14:58:31 +01:00
|
|
|
@extend .clickable;
|
2021-12-09 11:21:41 +01:00
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-12-21 16:02:25 +01:00
|
|
|
.button {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px 30px;
|
|
|
|
height: auto;
|
2022-02-15 14:15:40 +01:00
|
|
|
&.has-no-border {
|
|
|
|
border: 0;
|
|
|
|
}
|
2021-12-21 16:02:25 +01:00
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-11-30 17:37:23 +01:00
|
|
|
.button {
|
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2021-11-30 17:37:23 +01:00
|
|
|
input[type='radio'] {
|
|
|
|
padding: 1em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
color: $primary-color;
|
|
|
|
width: 2em;
|
|
|
|
}
|
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2021-05-18 11:21:40 +02:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
.btn-block {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-06-07 13:52:14 +02:00
|
|
|
|
2020-06-12 19:17:39 +02:00
|
|
|
button[type='submit'] {
|
|
|
|
margin-top: 2em;
|
2020-06-07 13:52:14 +02:00
|
|
|
}
|
2021-05-03 14:54:32 +02:00
|
|
|
|
|
|
|
.hint {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
background: $warning;
|
|
|
|
color: $white;
|
|
|
|
}
|
2021-05-18 10:47:16 +02:00
|
|
|
|
|
|
|
select,
|
|
|
|
option {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: transparent;
|
2021-05-18 11:02:50 +02:00
|
|
|
//background-image: url('assets/img/fleche_bas.svg') !important;
|
2021-05-18 10:47:16 +02:00
|
|
|
padding-right: 2.5rem;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 9px 8px;
|
|
|
|
background-position: right 1rem center;
|
|
|
|
background-clip: border-box;
|
|
|
|
min-width: 10rem;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
border-bottom: 2px solid $primary_color !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
@extend .select, .input;
|
|
|
|
}
|
|
|
|
|
|
|
|
#multi_hours select {
|
|
|
|
min-width: 300px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
2021-11-30 11:17:44 +01:00
|
|
|
border-color: #4e4c59 !important;
|
|
|
|
@extend .text-ellipsis;
|
2021-12-09 11:21:41 +01:00
|
|
|
display: block;
|
2021-05-18 10:47:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 213px;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
border-left: 3px solid $primary_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment {
|
|
|
|
border-left: 6px solid $primary_color;
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deletable-field-hint {
|
|
|
|
margin-right: 2.8em;
|
|
|
|
margin-top: -0.7em;
|
|
|
|
-moz-border-radius-bottomright: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-error {
|
|
|
|
display: block;
|
|
|
|
background: $warning;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2021-05-18 11:21:40 +02:00
|
|
|
|
2021-05-18 10:47:16 +02:00
|
|
|
mat-checkbox {
|
|
|
|
display: block;
|
|
|
|
}
|
2021-05-18 12:27:26 +02:00
|
|
|
|
|
|
|
.cdk-drag {
|
|
|
|
cursor: pointer;
|
2021-05-21 12:56:52 +02:00
|
|
|
|
2021-05-18 12:27:26 +02:00
|
|
|
&:hover {
|
2021-05-20 10:54:28 +02:00
|
|
|
background: #fefefe;
|
2021-05-20 09:43:15 +02:00
|
|
|
}
|
|
|
|
}
|
2021-05-21 12:56:52 +02:00
|
|
|
|
2021-05-20 09:43:15 +02:00
|
|
|
.fa {
|
|
|
|
margin-right: 1ch;
|
2021-05-21 12:56:52 +02:00
|
|
|
|
2021-05-20 09:43:15 +02:00
|
|
|
&.fa-times,
|
|
|
|
&.fa-trash {
|
|
|
|
margin-right: 0;
|
2021-05-18 12:27:26 +02:00
|
|
|
}
|
|
|
|
}
|
2021-05-20 09:43:15 +02:00
|
|
|
|
|
|
|
.example-list {
|
|
|
|
width: 500px;
|
|
|
|
max-width: 100%;
|
|
|
|
border: solid 1px #ccc;
|
2021-12-09 15:27:36 +01:00
|
|
|
min-height: $header-nav-inner-height;
|
2021-05-20 09:43:15 +02:00
|
|
|
display: block;
|
|
|
|
background: white;
|
|
|
|
border-radius: 4px;
|
2021-11-17 15:36:45 +01:00
|
|
|
padding: 1em 2em;
|
2021-05-20 09:43:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.example-box {
|
|
|
|
padding: 20px 10px;
|
|
|
|
border-bottom: solid 1px #ccc;
|
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: move;
|
|
|
|
background: white;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdk-drag-preview {
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
|
|
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
|
|
padding: 0.5em;
|
|
|
|
height: 4em;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdk-drag-placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
padding: 1em;
|
|
|
|
height: 4em;
|
|
|
|
width: 100%;
|
2021-05-20 10:54:28 +02:00
|
|
|
background: $primary;
|
2021-05-20 09:43:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.cdk-drag-animating {
|
|
|
|
padding: 1em;
|
|
|
|
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.example-box:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
|
|
|
|
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
}
|
2021-05-21 12:56:52 +02:00
|
|
|
|
2021-05-20 09:43:15 +02:00
|
|
|
.bar-nav-admin {
|
|
|
|
background: #ccc;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2021-11-08 09:32:50 +01:00
|
|
|
|
2021-11-14 16:15:12 +01:00
|
|
|
.advanced-config {
|
|
|
|
.work-in-progress {
|
2021-12-09 13:19:14 +01:00
|
|
|
background: $primary-light;
|
|
|
|
color: $warning-dark;
|
2021-11-14 16:15:12 +01:00
|
|
|
}
|
|
|
|
}
|
2021-11-16 16:16:30 +01:00
|
|
|
|
2021-11-30 11:17:44 +01:00
|
|
|
.step {
|
2021-12-09 15:43:44 +01:00
|
|
|
max-width: $main-column-width;
|
|
|
|
margin: 0 auto;
|
2022-02-02 16:28:52 +01:00
|
|
|
padding: 7rem 0;
|
2021-12-09 15:27:36 +01:00
|
|
|
box-sizing: border-box;
|
2021-12-13 14:26:36 +01:00
|
|
|
@extend .top-padding-nav;
|
|
|
|
|
2021-11-30 11:17:44 +01:00
|
|
|
.title {
|
2021-12-09 11:21:41 +01:00
|
|
|
color: $d-primary-intense;
|
|
|
|
margin-bottom: 36px;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 32px;
|
2021-11-30 11:17:44 +01:00
|
|
|
}
|
|
|
|
|
2022-02-07 13:58:23 +01:00
|
|
|
.columns {
|
2022-02-15 15:41:49 +01:00
|
|
|
margin: 0;
|
2022-02-07 13:58:23 +01:00
|
|
|
.column {
|
2022-02-15 15:41:49 +01:00
|
|
|
margin: 0;
|
2022-02-07 13:58:23 +01:00
|
|
|
padding-left: 0;
|
2022-02-08 13:05:47 +01:00
|
|
|
padding-right: 0;
|
2022-02-11 10:02:05 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.choice-bars-display {
|
|
|
|
.columns {
|
|
|
|
.column {
|
|
|
|
&.choice-label {
|
|
|
|
width: 5em;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2022-02-11 09:19:34 +01:00
|
|
|
}
|
2022-02-07 13:58:23 +01:00
|
|
|
}
|
|
|
|
}
|
2021-11-30 11:17:44 +01:00
|
|
|
}
|
2021-11-30 11:25:30 +01:00
|
|
|
|
2021-11-18 11:41:23 +01:00
|
|
|
// resume de la création de sondage
|
2021-11-18 12:00:03 +01:00
|
|
|
.step-resume {
|
2022-02-16 16:45:55 +01:00
|
|
|
hr {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-block {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
.go-to-step {
|
|
|
|
padding: 1rem 0.75rem;
|
|
|
|
padding-left: 1rem;
|
|
|
|
margin-left: -1em;
|
|
|
|
margin-right: -1em;
|
|
|
|
}
|
2021-11-18 12:00:03 +01:00
|
|
|
.content {
|
|
|
|
.title {
|
|
|
|
&.is-2,
|
|
|
|
&.is-3 {
|
|
|
|
color: $secondary_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-02-16 16:45:55 +01:00
|
|
|
|
|
|
|
.list-datechoices {
|
|
|
|
ul {
|
|
|
|
margin-left: 0;
|
|
|
|
ul {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-11-18 12:00:03 +01:00
|
|
|
}
|
|
|
|
|
2021-11-22 15:30:23 +01:00
|
|
|
.block-resume {
|
|
|
|
@extend .rounded-block;
|
|
|
|
}
|
2021-11-30 11:25:30 +01:00
|
|
|
|
2021-11-30 11:17:44 +01:00
|
|
|
label {
|
|
|
|
font-family: $default_font;
|
|
|
|
color: $font_color;
|
|
|
|
font-weight: bold;
|
2022-02-15 16:12:01 +01:00
|
|
|
font-size: 14px;
|
2021-11-30 11:17:44 +01:00
|
|
|
line-height: 1rem;
|
|
|
|
margin-bottom: 0.5rem;
|
2021-11-30 18:27:50 +01:00
|
|
|
display: block;
|
2021-12-21 16:36:43 +01:00
|
|
|
max-width: 100%;
|
2022-02-15 16:12:01 +01:00
|
|
|
@extend .clickable;
|
2021-12-21 14:58:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.striked-background {
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
border-top: 1px solid $border-color;
|
|
|
|
width: 4rem;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
transform-origin: 0% 0%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2021-11-30 11:17:44 +01:00
|
|
|
}
|
2022-02-11 09:19:34 +01:00
|
|
|
|
2022-02-11 09:36:22 +01:00
|
|
|
.people {
|
|
|
|
max-width: $main-column-width/2;
|
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2022-02-11 09:19:34 +01:00
|
|
|
.bar-div {
|
|
|
|
padding: 0.25rem 0.025rem;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
&.has-background-yes {
|
|
|
|
border: solid 1px #128149;
|
|
|
|
background: #ecfff5;
|
|
|
|
color: #128149;
|
|
|
|
@extend .bar-div;
|
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2022-02-11 09:19:34 +01:00
|
|
|
&.has-background-maybe {
|
|
|
|
border: solid 1px #86671b;
|
|
|
|
background: #fffaec;
|
|
|
|
color: #86671b;
|
|
|
|
@extend .bar-div;
|
|
|
|
}
|
2022-02-11 10:02:05 +01:00
|
|
|
|
2022-02-11 09:19:34 +01:00
|
|
|
&.has-background-no {
|
|
|
|
border: solid 1px #d51b38;
|
|
|
|
background: #ffecee;
|
|
|
|
color: #d51b38;
|
|
|
|
@extend .bar-div;
|
|
|
|
}
|
|
|
|
}
|