diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 09d187e..4d83cb9 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -34,7 +34,10 @@ export default {
margin-top: 0px;
}
-.body-header {width: 100%; height: $header-height;}
+.body-header {
+ width: 100%;
+ height: $header-height;
+}
.body-main {
margin-top: 0px;
diff --git a/frontend/src/assets/styles/_variables.scss b/frontend/src/assets/styles/_variables.scss
index f6bccf7..06d6074 100644
--- a/frontend/src/assets/styles/_variables.scss
+++ b/frontend/src/assets/styles/_variables.scss
@@ -2,7 +2,7 @@
$shoutout: #f0783b; //for the shoutout texts
// First override some or all individual color variables
-$primary: #1748F8; // #0032fd; // #25408f;
+$primary: #1748f8; // #0032fd; // #25408f;
// $secondary: #8f5325;
// $success: #3e8d63;
// $info: #13101c;
diff --git a/frontend/src/assets/styles/containers.scss b/frontend/src/assets/styles/containers.scss
index be9f16e..b9db231 100644
--- a/frontend/src/assets/styles/containers.scss
+++ b/frontend/src/assets/styles/containers.scss
@@ -26,6 +26,13 @@
@extend .container-fluid;
@extend .flex-row-box;
}
-.flex-1 {flex: 1;}
-.flex-all-center {align-items: center; justify-content: center;}
-.full-height {height: $body-height;}
\ No newline at end of file
+.flex-1 {
+ flex: 1;
+}
+.flex-all-center {
+ align-items: center;
+ justify-content: center;
+}
+.full-height {
+ height: $body-height;
+}
diff --git a/frontend/src/assets/styles/inputs.scss b/frontend/src/assets/styles/inputs.scss
index bbbb434..0638b85 100644
--- a/frontend/src/assets/styles/inputs.scss
+++ b/frontend/src/assets/styles/inputs.scss
@@ -6,17 +6,39 @@
@extend .form-control;
}
-.input-container {width: 460px; height: 62px; border: 2px solid $primary; border-radius: 8px; display: flex; align-items: center; position: relative;
- .form-group {width: 100% !important; border: none !important;}
+.input-container {
+ width: 460px;
+ height: 62px;
+ border: 2px solid $primary;
+ border-radius: 8px;
+ display: flex;
+ align-items: center;
+ position: relative;
+ .form-group {
+ width: 100% !important;
+ border: none !important;
+ }
.input-email {
@extend .input-control-item;
@extend .me-1;
- border: none !important; box-shadow: none !important; outline: none !important
+ border: none !important;
+ box-shadow: none !important;
+ outline: none !important;
}
.btn-start {
@extend .proceed-button;
@extend .ms-1;
- margin: 8px !important; border-radius: 12px !important; font-weight: 500; font-size: 16px; color: #F8F8F9;
+ margin: 8px !important;
+ border-radius: 12px !important;
+ font-weight: 500;
+ font-size: 16px;
+ color: #f8f8f9;
}
- .error-msg {position: absolute; bottom: -36px; color: #9EA2AF; font-size: 18px; margin: 0;}
-}
\ No newline at end of file
+ .error-msg {
+ position: absolute;
+ bottom: -36px;
+ color: #9ea2af;
+ font-size: 18px;
+ margin: 0;
+ }
+}
diff --git a/frontend/src/components/PDFReader.vue b/frontend/src/components/PDFReader.vue
index ce12226..dac932d 100644
--- a/frontend/src/components/PDFReader.vue
+++ b/frontend/src/components/PDFReader.vue
@@ -6,7 +6,7 @@
-
+
\ No newline at end of file
+.svg-icon {
+ width: 1rem;
+ height: 1rem;
+ vertical-align: -0.15em;
+ fill: currentColor;
+ overflow: hidden;
+}
+
diff --git a/frontend/src/components/VueQuill.vue b/frontend/src/components/VueQuill.vue
index e0b9c62..fdb3f0c 100644
--- a/frontend/src/components/VueQuill.vue
+++ b/frontend/src/components/VueQuill.vue
@@ -1,22 +1,28 @@
-
+
{{ message }}
{{ message }}
- +