-
+
@@ -34,12 +33,12 @@
-
-
@@ -47,24 +46,20 @@
+
+
+
+
+
+
+ 11 cases found, 3 cases suggested
+
@if (displayedTab == 'similar-cases') {
-
-
diff --git a/sae-csc/src/app/pages/similar-cases/similar-cases.scss b/sae-csc/src/app/pages/similar-cases/similar-cases.scss
index 5a96d31..e306658 100644
--- a/sae-csc/src/app/pages/similar-cases/similar-cases.scss
+++ b/sae-csc/src/app/pages/similar-cases/similar-cases.scss
@@ -1,3 +1,122 @@
-.toggle-ai-suggestion {
- color: #A86CFD;
+
+:host {
+
+ padding: 64px;
+
+ .title-box {
+ color: #1B1D27;
+ font-family: Barlow;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: 140%; /* 28px */
+
+ margin-bottom: 24px;
+ }
+
+ header {
+ button {
+ color: #255B8E;
+ color: var(--Colors-Principal-Normal, #255B8E);
+
+ /* Body/Body 3/Sb */
+ font-family: Barlow;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: 24px; /* 150% */
+
+ display: inline-flex;
+ height: 44px;
+ padding: 14px 16px;
+ align-items: center;
+ gap: 8px;
+ flex-shrink: 0;
+ border-radius: 10px;
+ border: 1px solid var(--Colors-Principal-Normal, #255B8E);
+ background: #FFF;
+
+ + button {
+ margin-left: 4px;
+ }
+ }
+ }
+
+ .toggle-ai-suggestion {
+ color: #A86CFD;
+ }
+
+ .tabs-body {
+ padding: 24px 20px;
+ gap: 32px;
+ border-radius: 8px;
+ background: #E3EAF1;
+ margin-top: 10px;
+ }
+
+ .tabs-search {
+ color: #525668;
+ font-family: Barlow;
+ font-size: 14px;
+ font-style: italic;
+ font-weight: 400;
+ line-height: 16px;
+ width: 100%;
+ min-width: 976px;
+ display: block;
+ padding: 16px;
+ margin: 5px auto;
+ }
+
+ .tabs-results {
+ color: #083B7D;
+ font-family: "Source Sans Pro";
+ font-size: 16px;
+ font-style: italic;
+ font-weight: 600;
+ line-height: 140%;
+ margin-top: 40px;
+ }
+
+ .tab-button {
+ padding: 16px;
+ text-align: center;
+ border-radius: 8px;
+ color: var(--Black-text, #1B1D27);
+ font-family: Barlow;
+ font-size: 20px;
+ font-weight: 400;
+ line-height: 140%;
+
+ &.is-active {
+ background: #E3EAF1;
+ color: #000;
+ font-size: 20px;
+ font-weight: 600;
+ line-height: normal;
+
+ }
+ }
+
+ .indicator {
+ ::before {
+ width: 12px;
+ height: 12px;
+ background: blue;
+
+ }
+ }
+
+ #similar_cases_tab {
+ .cases-results {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+
+ app-case-result {
+ margin-bottom: 8px;
+ }
+ }
+ }
}
- 24 cases found, 3 cases suggested by AI
-
AI suggestions
@@ -76,6 +71,9 @@
+
+
+