2021-10-05 16:03:17 +01:00
|
|
|
.section-settings {
|
|
|
|
margin-bottom: 0.6rem;
|
|
|
|
border-radius: 0.6rem;
|
|
|
|
padding: 0.6rem;
|
2021-07-28 20:16:27 +01:00
|
|
|
box-sizing: border-box;
|
2020-07-26 17:49:11 +01:00
|
|
|
}
|
2021-07-20 19:30:49 +01:00
|
|
|
|
2021-10-05 16:03:17 +01:00
|
|
|
.section-settings hr {
|
|
|
|
margin-top: 0.6rem;
|
|
|
|
margin-bottom: 0.6rem;
|
2021-07-29 17:29:25 +01:00
|
|
|
}
|
|
|
|
|
2021-10-05 16:03:17 +01:00
|
|
|
.section-settings ul {
|
|
|
|
border-radius: 0.6rem;
|
|
|
|
padding: 0.6rem;
|
2021-07-29 17:29:25 +01:00
|
|
|
box-sizing: border-box;
|
2020-07-26 17:49:11 +01:00
|
|
|
}
|
|
|
|
|
2021-10-05 16:03:17 +01:00
|
|
|
.section-settings ul li {
|
|
|
|
border-radius: 0.6rem;
|
2020-08-07 23:47:03 +01:00
|
|
|
}
|
|
|
|
|
2021-07-28 20:16:27 +01:00
|
|
|
.form {
|
2021-07-29 17:29:25 +01:00
|
|
|
display: flex;
|
2021-10-05 16:03:17 +01:00
|
|
|
border-radius: 0.6rem;
|
|
|
|
padding: 0.6rem;
|
2021-07-28 20:16:27 +01:00
|
|
|
box-sizing: border-box;
|
2021-07-29 17:29:25 +01:00
|
|
|
}
|
2021-07-20 19:30:49 +01:00
|
|
|
|
2021-07-29 17:29:25 +01:00
|
|
|
.form form {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-08-08 01:20:51 +01:00
|
|
|
|
2021-07-29 17:29:25 +01:00
|
|
|
.form #save {
|
2021-07-29 11:02:53 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-10-05 16:03:17 +01:00
|
|
|
padding: 0.6rem;
|
2021-07-28 20:16:27 +01:00
|
|
|
box-sizing: border-box;
|
2020-08-08 01:20:51 +01:00
|
|
|
}
|
2021-07-20 19:30:49 +01:00
|
|
|
|
2021-07-29 11:02:53 +01:00
|
|
|
.form #save div {
|
|
|
|
display: contents;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form #save div label {
|
|
|
|
display: inline-block;
|
2021-10-05 16:03:17 +01:00
|
|
|
font-family: 'Poppins', sans-serif;
|
2021-07-29 11:02:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form #save div input,
|
|
|
|
.form #save div textarea {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
|
2021-10-05 16:03:17 +01:00
|
|
|
border-radius: 0.6rem;
|
|
|
|
padding: 0.6rem;
|
2021-07-29 11:02:53 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form #save div textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form #save div p {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form #save div:last-of-type {
|
|
|
|
text-align: end;
|
|
|
|
}
|
|
|
|
|
2021-07-29 17:29:25 +01:00
|
|
|
.section-title-settings section {
|
2021-10-05 16:03:17 +01:00
|
|
|
margin-top: 0.6rem;
|
2021-07-29 17:29:25 +01:00
|
|
|
}
|
|
|
|
|
2021-08-09 18:06:45 +01:00
|
|
|
.section-title-settings summary {
|
2021-10-05 16:03:17 +01:00
|
|
|
padding: 0.6rem 1rem;
|
2021-08-09 18:06:45 +01:00
|
|
|
}
|
2021-09-17 20:33:02 +01:00
|
|
|
.section-title-settings summary h3:first-letter,
|
|
|
|
.section-title-settings summary em:first-letter {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2021-08-09 18:06:45 +01:00
|
|
|
|
2021-07-28 20:16:27 +01:00
|
|
|
.section-title-settings summary:focus .icon-details-open,
|
|
|
|
.section-title-settings summary:hover .icon-details-open {
|
2021-10-05 16:03:17 +01:00
|
|
|
transition: all 200ms cubic-bezier(0, 0.55, 0.45, 1);
|
2020-08-12 21:02:34 +01:00
|
|
|
}
|
2021-07-20 19:30:49 +01:00
|
|
|
|
2021-07-28 20:16:27 +01:00
|
|
|
/* SECTION DETAILS OPENED */
|
|
|
|
.section-title-settings[open] svg {
|
|
|
|
transform: rotate(180deg);
|
2021-10-05 16:03:17 +01:00
|
|
|
animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1)
|
2021-07-20 19:30:49 +01:00
|
|
|
}
|
|
|
|
|
2021-07-28 20:16:27 +01:00
|
|
|
.section-title-settings[open] .set-nav li:last-of-type {
|
|
|
|
margin-bottom: 0;
|
2020-09-05 06:34:41 +01:00
|
|
|
}
|
2021-07-20 19:30:49 +01:00
|
|
|
|
2021-07-28 20:16:27 +01:00
|
|
|
/* SECTION DETAILS CLOSED */
|
|
|
|
.section-title-settings:not([open]) svg {
|
|
|
|
transform: initial;
|
2021-10-05 16:03:17 +01:00
|
|
|
animation: fadeIn 200ms cubic-bezier(0, 0.55, 0.45, 1);
|
2020-08-06 23:56:40 +01:00
|
|
|
}
|