Skip to content

Commit 680bc2e

Browse files
ilmartyrkDiverVM
andcommitted
* add search field
* clean * update filters * add mobile field * add icon * add search field * clean * update filters * add mobile field * add icon * add icon * #1528 (#2327) * add search field * clean * update filters * add mobile field * add icon --------- Co-authored-by: Viktar Maslouski <[email protected]> * chore: Update source translations * New Crowdin updates (#2328) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Bulgarian) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (Russian) * New translations en.json (Slovak) * New translations en.json (Albanian) * New translations en.json (Ukrainian) * New translations en.json (Indonesian) * New translations en.json (Estonian) * New translations en.json (Swahili) * New translations en.json (Somali) * New translations en.json (Russian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Bulgarian) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (Russian) * New translations en.json (Slovak) * New translations en.json (Albanian) * New translations en.json (Ukrainian) * New translations en.json (Indonesian) * New translations en.json (Estonian) * New translations en.json (Swahili) * New translations en.json (Somali) * New translations en.json (Russian) * New translations en.json (Estonian) --------- Co-authored-by: Viktar Maslouski <[email protected]>
1 parent a9835b9 commit 680bc2e

File tree

19 files changed

+1867
-632
lines changed

19 files changed

+1867
-632
lines changed

src/app/ideation/components/topic-ideation/topic-ideation.component.html

Lines changed: 1582 additions & 478 deletions
Large diffs are not rendered by default.

src/app/ideation/components/topic-ideation/topic-ideation.component.scss

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
font-weight: 400;
4848
line-height: 16px;
4949
}
50-
.deadline {
51-
52-
}
5350
}
5451
button {
5552
padding: 8px 16px;
@@ -229,9 +226,41 @@
229226
gap: 24px;
230227
width: 100%;
231228

229+
.options_row_main {
230+
width: 100%;
231+
display: flex;
232+
gap: 16px;
233+
234+
.dropdown_input {
235+
width: 100%;
236+
}
237+
}
238+
232239
.dropdown_input {
233240
width: calc(100% / 3 - 16px);
234241
}
242+
243+
.search_input {
244+
flex-grow: 1;
245+
padding: 0 16px 0 16px;
246+
247+
cos-input {
248+
flex-grow: 1;
249+
}
250+
251+
button {
252+
padding: 0;
253+
}
254+
255+
.text_exist_icon {
256+
position: absolute;
257+
z-index: 1;
258+
top: -4px;
259+
right: -4px;
260+
border: 2px solid #fff;
261+
border-radius: 50%;
262+
}
263+
}
235264
}
236265
}
237266

@@ -419,7 +448,7 @@
419448
background-color: var(--color-ideation-light);
420449
border-radius: 8px;
421450
justify-content: space-between;
422-
border: 1px solid var(--Yellow-50, #FDF0C3);
451+
border: 1px solid var(--Yellow-50, #fdf0c3);
423452
gap: 16px;
424453
padding: 8px 16px;
425454
}
@@ -452,11 +481,11 @@
452481

453482
.mobile_filters_selection {
454483
.btn_medium_plain {
455-
background-color: transparent;
484+
background-color: transparent;
456485
&:hover {
457486
background-color: transparent;
458487
}
459-
488+
460489
&.icon {
461490
svg {
462491
position: static;

0 commit comments

Comments
 (0)