|
@@ -3,6 +3,7 @@
|
|
/* Importing Bootstrap SCSS file. */
|
|
/* Importing Bootstrap SCSS file. */
|
|
// TODO: remove bootstrap styles
|
|
// TODO: remove bootstrap styles
|
|
@import "bootstrap/scss/bootstrap";
|
|
@import "bootstrap/scss/bootstrap";
|
|
|
|
+@import url("./helpers.scss");
|
|
|
|
|
|
:root {
|
|
:root {
|
|
// COLORS to use but not official
|
|
// COLORS to use but not official
|
|
@@ -287,192 +288,185 @@ input[type="checkbox"] {
|
|
width: 1.25rem;
|
|
width: 1.25rem;
|
|
}
|
|
}
|
|
|
|
|
|
-// Value Box
|
|
|
|
|
|
+// DETAILS PANEL
|
|
|
|
|
|
-.value-row {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-around;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.value-container {
|
|
|
|
- width: 6rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.value-box {
|
|
|
|
- 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);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.value-input {
|
|
|
|
- border: none;
|
|
|
|
- outline: none;
|
|
|
|
- text-align: center;
|
|
|
|
- background-color: transparent;
|
|
|
|
-
|
|
|
|
- &::-webkit-outer-spin-button,
|
|
|
|
- &::-webkit-inner-spin-button {
|
|
|
|
- -webkit-appearance: none;
|
|
|
|
- appearance: none;
|
|
|
|
- margin: 0;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.value-label {
|
|
|
|
- font-size: 1.25rem;
|
|
|
|
- font-weight: 600;
|
|
|
|
- text-align: center;
|
|
|
|
- padding: 0.5rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-// details-panel
|
|
|
|
-
|
|
|
|
-.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;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-//
|
|
|
|
-
|
|
|
|
-.details-title {
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+.title {
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin-top: 1.5rem;
|
|
margin-top: 1.5rem;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.details-heading {
|
|
|
|
|
|
+.heading {
|
|
font-size: 1.5rem;
|
|
font-size: 1.5rem;
|
|
- font-weight: bold;
|
|
|
|
margin-top: 1.5rem;
|
|
margin-top: 1.5rem;
|
|
-}
|
|
|
|
-
|
|
|
|
-.details-subheading {
|
|
|
|
- font-size: 1.25rem;
|
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- margin-top: 1.5rem;
|
|
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.details-content {
|
|
|
|
|
|
+.subheading {
|
|
|
|
+ font-size: 1.25rem;
|
|
margin-top: 1.5rem;
|
|
margin-top: 1.5rem;
|
|
-}
|
|
|
|
-
|
|
|
|
-.details-content-small {
|
|
|
|
- margin-top: 0.5rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.details-bold {
|
|
|
|
- font-weight: 500;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.centered {
|
|
|
|
|
|
+ font-weight: bold;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.details-value-container {
|
|
|
|
- margin-top: 2rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.details-flex-row {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.top-1 {
|
|
|
|
- margin-top: 1rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.top-2 {
|
|
|
|
- margin-top: 2rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.top-3 {
|
|
|
|
- margin-top: 3rem;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.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);
|
|
|
|
-}
|
|
|
|
|
|
+.content {
|
|
|
|
+ margin-top: 1.5rem;
|
|
|
|
+ margin-bottom: 1.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// .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;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .top-1 {
|
|
|
|
+// margin-top: 1rem;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .top-2 {
|
|
|
|
+// margin-top: 2rem;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .top-3 {
|
|
|
|
+// margin-top: 3rem;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .details-value-container {
|
|
|
|
+// margin-top: 2rem;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .details-flex-row {
|
|
|
|
+// display: flex;
|
|
|
|
+// justify-content: space-between;
|
|
|
|
+// 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;
|
|
|
|
+// }
|
|
|
|
|
|
-.details-label {
|
|
|
|
- margin-top: 0.5rem;
|
|
|
|
- font-weight: 500;
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
|
|
+// Drag and Drop Table
|
|
|
|
|
|
-.details-name {
|
|
|
|
- font-size: 1.5rem;
|
|
|
|
- font-weight: bold;
|
|
|
|
- margin-top: 1.5rem;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+html,
|
|
|
|
+body {
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.details-long-description {
|
|
|
|
- margin: 2rem 1rem;
|
|
|
|
- font-size: 1rem;
|
|
|
|
|
|
+body {
|
|
|
|
+ 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;
|
|
@@ -576,14 +570,3 @@ input[type="checkbox"] {
|
|
.gap-20 {
|
|
.gap-20 {
|
|
gap: 2rem;
|
|
gap: 2rem;
|
|
}
|
|
}
|
|
-
|
|
|
|
-// Drag and Drop Table
|
|
|
|
-
|
|
|
|
-html,
|
|
|
|
-body {
|
|
|
|
- height: 100%;
|
|
|
|
-}
|
|
|
|
-body {
|
|
|
|
- margin: 0;
|
|
|
|
- // font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
|
|
-}
|
|
|