|
@@ -4,6 +4,7 @@
|
|
// TODO: remove bootstrap styles
|
|
// TODO: remove bootstrap styles
|
|
@import "bootstrap/scss/bootstrap";
|
|
@import "bootstrap/scss/bootstrap";
|
|
@import url("./helpers.scss");
|
|
@import url("./helpers.scss");
|
|
|
|
+@import url("./button-styles.scss");
|
|
|
|
|
|
:root {
|
|
:root {
|
|
// COLORS to use but not official
|
|
// COLORS to use but not official
|
|
@@ -77,16 +78,17 @@
|
|
|
|
|
|
// General
|
|
// General
|
|
|
|
|
|
- --primary-color: #d8ac96;
|
|
|
|
-
|
|
|
|
--shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow-inverted: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow-inverted: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
-
|
|
|
|
--shadow-bottom: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow-bottom: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow-top: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
--shadow-top: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
+
|
|
|
|
+ --primary-color: #d8ac96;
|
|
--background-color: #fff2e9;
|
|
--background-color: #fff2e9;
|
|
--field-background-color: #efc8af;
|
|
--field-background-color: #efc8af;
|
|
--border-color: #8d8c8c;
|
|
--border-color: #8d8c8c;
|
|
|
|
+
|
|
|
|
+ // --modal-background: antiquewhite;
|
|
--modal-background: antiquewhite;
|
|
--modal-background: antiquewhite;
|
|
--header: #ffdec6;
|
|
--header: #ffdec6;
|
|
--text: #000000;
|
|
--text: #000000;
|
|
@@ -95,6 +97,7 @@
|
|
|
|
|
|
--border: 1px solid var(--border-color);
|
|
--border: 1px solid var(--border-color);
|
|
|
|
|
|
|
|
+ // Auslagern in UI-Button
|
|
.standard-button {
|
|
.standard-button {
|
|
border: var(--border);
|
|
border: var(--border);
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
@@ -158,21 +161,6 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
border-radius: 0 0 10px 10px;
|
|
border-radius: 0 0 10px 10px;
|
|
box-shadow: var(--shadow-top);
|
|
box-shadow: var(--shadow-top);
|
|
-
|
|
|
|
- button {
|
|
|
|
- height: 3rem;
|
|
|
|
- width: 80%;
|
|
|
|
- font-size: 1.25rem;
|
|
|
|
- font-weight: 600;
|
|
|
|
- border-radius: 10px;
|
|
|
|
- background: var(--accept);
|
|
|
|
- transition: background-color 0.2s ease-in-out;
|
|
|
|
- box-shadow: var(--shadow);
|
|
|
|
-
|
|
|
|
- &:hover {
|
|
|
|
- background-color: var(--accept-hover);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// DRAG AND DROP
|
|
// DRAG AND DROP
|
|
@@ -288,7 +276,7 @@ input[type="checkbox"] {
|
|
width: 1.25rem;
|
|
width: 1.25rem;
|
|
}
|
|
}
|
|
|
|
|
|
-// DETAILS PANEL
|
|
|
|
|
|
+// DETAILS + MODAL
|
|
|
|
|
|
.title {
|
|
.title {
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
@@ -322,158 +310,52 @@ input[type="checkbox"] {
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
}
|
|
}
|
|
|
|
|
|
-// .details-title {
|
|
|
|
-// text-align: center;
|
|
|
|
-// font-size: 2rem;
|
|
|
|
-// font-weight: bold;
|
|
|
|
-// margin-top: 1.5rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-content {
|
|
|
|
-// margin-top: 1.5rem;
|
|
|
|
-// margin-bottom: 1.5rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// //
|
|
|
|
-
|
|
|
|
-// .details-heading {
|
|
|
|
-// font-size: 1.5rem;
|
|
|
|
-// font-weight: bold;
|
|
|
|
-// margin-top: 1.5rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-subheading {
|
|
|
|
-// font-size: 1.25rem;
|
|
|
|
-// font-weight: bold;
|
|
|
|
-// margin-top: 1.5rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-content-small {
|
|
|
|
-// margin-top: 0.5rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-bold {
|
|
|
|
-// font-weight: 500;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .centered {
|
|
|
|
-// text-align: center;
|
|
|
|
-// }
|
|
|
|
|
|
+.mat-mdc-text-field-wrapper {
|
|
|
|
+ background-color: white !important;
|
|
|
|
+ border-radius: 5px !important;
|
|
|
|
+}
|
|
|
|
|
|
-// .top-1 {
|
|
|
|
-// margin-top: 1rem;
|
|
|
|
-// }
|
|
|
|
|
|
+.flex-form {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ gap: 1.5rem;
|
|
|
|
|
|
-// .top-2 {
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// }
|
|
|
|
|
|
+ .flex-row {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ gap: 2rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
-// .top-3 {
|
|
|
|
-// margin-top: 3rem;
|
|
|
|
-// }
|
|
|
|
|
|
+.hint {
|
|
|
|
+ font-size: 0.75rem;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ padding-left: 0.25rem;
|
|
|
|
+}
|
|
|
|
|
|
-// .details-value-container {
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// }
|
|
|
|
|
|
+.ProseMirror {
|
|
|
|
+ padding-left: 1rem !important;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+// Used to remove the empty space under form fields
|
|
|
|
+.mat-mdc-form-field-subscript-wrapper {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
// .details-flex-row {
|
|
// .details-flex-row {
|
|
// display: flex;
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
// justify-content: space-between;
|
|
// align-items: center;
|
|
// align-items: center;
|
|
// }
|
|
// }
|
|
|
|
|
|
-// .details-value {
|
|
|
|
-// width: 3.5rem;
|
|
|
|
-// height: 3rem;
|
|
|
|
-// font-size: 1.5rem;
|
|
|
|
-// display: flex;
|
|
|
|
-// justify-content: center;
|
|
|
|
-// align-items: center;
|
|
|
|
-// margin: auto;
|
|
|
|
-// border-radius: 10px;
|
|
|
|
-// background-color: white;
|
|
|
|
-// box-shadow: var(--shadow);
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-label {
|
|
|
|
-// margin-top: 0.5rem;
|
|
|
|
-// font-weight: 500;
|
|
|
|
-// text-align: center;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-name {
|
|
|
|
-// font-size: 1.5rem;
|
|
|
|
-// font-weight: bold;
|
|
|
|
-// margin-top: 1.5rem;
|
|
|
|
-// text-align: center;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .details-long-description {
|
|
|
|
-// margin: 2rem 1rem;
|
|
|
|
-// font-size: 1rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// Drag and Drop Table
|
|
|
|
-
|
|
|
|
html,
|
|
html,
|
|
body {
|
|
body {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
body {
|
|
body {
|
|
margin: 0;
|
|
margin: 0;
|
|
- // font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-// TO DELETE
|
|
|
|
-
|
|
|
|
-// .vertical-button-wrapper-3 {
|
|
|
|
-// width: 100%;
|
|
|
|
-// position: absolute;
|
|
|
|
-// bottom: 2rem;
|
|
|
|
-// display: grid;
|
|
|
|
-// grid-template-rows: 1fr 1fr 1fr;
|
|
|
|
-// grid-template-columns: 1fr;
|
|
|
|
-// gap: 10px;
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// align-items: center;
|
|
|
|
-// justify-content: center;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .vertical-button-wrapper-2 {
|
|
|
|
-// width: 100%;
|
|
|
|
-// position: absolute;
|
|
|
|
-// bottom: 2rem;
|
|
|
|
-// display: grid;
|
|
|
|
-// grid-template-rows: 1fr 1fr;
|
|
|
|
-// grid-template-columns: 1fr;
|
|
|
|
-// gap: 10px;
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// align-items: center;
|
|
|
|
-// justify-content: center;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .button-wrapper-3-block {
|
|
|
|
-// display: grid;
|
|
|
|
-// grid-template-rows: 1fr 1fr 1fr;
|
|
|
|
-// grid-template-columns: 1fr;
|
|
|
|
-// gap: 10px;
|
|
|
|
-// align-items: center;
|
|
|
|
-// justify-content: center;
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// padding-bottom: 2rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// .button-wrapper-2-block {
|
|
|
|
-// display: grid;
|
|
|
|
-// grid-template-rows: 1fr 1fr;
|
|
|
|
-// grid-template-columns: 1fr;
|
|
|
|
-// gap: 10px;
|
|
|
|
-// align-items: center;
|
|
|
|
-// justify-content: center;
|
|
|
|
-// margin-top: 2rem;
|
|
|
|
-// padding-bottom: 2rem;
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
.flex-row {
|
|
.flex-row {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|