2020-04-21 10:50:26 +02:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
2021-05-18 10:47:16 +02:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1rem;
|
|
|
|
border: 1px solid $secondary_color;
|
|
|
|
border-bottom: 3px solid $primary_color;
|
2021-05-18 11:21:40 +02:00
|
|
|
width: calc(100% - 45px);
|
2021-05-18 10:47:16 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2021-05-18 10:47:16 +02:00
|
|
|
@extend .clickable;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
border-bottom: 2px solid $primary_color;
|
|
|
|
padding: 0.5rem;
|
2020-04-21 10:50:26 +02:00
|
|
|
|
2021-05-18 10:47:16 +02:00
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
|
|
|
color: $primary_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ng-invalid {
|
|
|
|
border: $warning 3px solid !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&[required] {
|
|
|
|
&:after {
|
|
|
|
content: '*';
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
.next {
|
2021-05-18 10:47:16 +02:00
|
|
|
max-width: 200px;
|
2020-04-21 10:50:26 +02:00
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
@extend .input, .text-ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
max-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
|
|
|
.admin-form {
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
min-height: 60px;
|
|
|
|
display: block;
|
|
|
|
background: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
.ng-pristine,
|
|
|
|
.ng-dirty {
|
2021-05-20 14:11:30 +02:00
|
|
|
//border-left: #ccc 3px solid;
|
2021-05-20 09:43:15 +02:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2021-05-21 12:56:52 +02:00
|
|
|
|
2021-05-20 09:43:15 +02:00
|
|
|
.ng-touched.ng-invalid {
|
|
|
|
border-left: $danger 3px solid;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2021-05-21 12:56:52 +02:00
|
|
|
|
|
|
|
.theme-dark-crystal {
|
|
|
|
.ng-touched.ng-valid {
|
|
|
|
border-left: $success 3px solid;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2021-05-20 09:43:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bar-nav-admin {
|
|
|
|
//position:fixed;
|
|
|
|
//bottom: 0;
|
|
|
|
background: #ccc;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2021-11-08 09:32:50 +01:00
|
|
|
|
|
|
|
// calendar primeng
|
|
|
|
.p-datepicker {
|
|
|
|
border: solix 1px $logo_color;
|
|
|
|
margin: 1em auto;
|
|
|
|
|
|
|
|
.p-datepicker-month {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
.p-datepicker-weeknumber span {
|
|
|
|
border-right: 1px solid $legend_color;
|
|
|
|
}
|
|
|
|
.p-datepicker-today span {
|
|
|
|
font-weight: bold;
|
|
|
|
border: solid 1px $legend_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-datepicker-calendar td span {
|
|
|
|
padding: 1em;
|
|
|
|
width: 3.5em;
|
|
|
|
transition: all ease 0.5s;
|
|
|
|
&:hover {
|
|
|
|
background: mix($white, $legend_color);
|
|
|
|
color: $white;
|
|
|
|
transition: all ease 0.2s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-highlight {
|
|
|
|
background: $legend_color;
|
|
|
|
color: $white;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
}
|