up dropdown listing csc

This commit is contained in:
Tykayn 2025-10-06 18:08:14 +02:00 committed by tykayn
parent 34fa746856
commit ffb9027691
11 changed files with 128 additions and 24 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="20" height="20" fill="white"/>
<path d="M19.5 0.5V19.5H0.5V0.5H19.5Z" stroke="#A1A5B9"/>
</svg>

After

Width:  |  Height:  |  Size: 205 B

View file

@ -0,0 +1,3 @@
<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.15256 2.3549L8 0.833252L14.8474 2.3549C15.2287 2.43964 15.5 2.77781 15.5 3.16839V11.4907C15.5 13.1624 14.6645 14.7236 13.2735 15.6509L8 19.1666L2.7265 15.6509C1.33551 14.7236 0.5 13.1624 0.5 11.4907V3.16839C0.5 2.77781 0.771275 2.43964 1.15256 2.3549ZM2.16667 3.83687V11.4907C2.16667 12.6052 2.72367 13.6459 3.651 14.2642L8 17.1635L12.349 14.2642C13.2763 13.6459 13.8333 12.6052 13.8333 11.4907V3.83687L8 2.54058L2.16667 3.83687ZM8 9.16659C6.84942 9.16659 5.91667 8.23384 5.91667 7.08325C5.91667 5.93266 6.84942 4.99992 8 4.99992C9.15058 4.99992 10.0833 5.93266 10.0833 7.08325C10.0833 8.23384 9.15058 9.16659 8 9.16659ZM4.27288 13.3333C4.48016 11.4583 6.06977 9.99992 8 9.99992C9.93025 9.99992 11.5198 11.4583 11.7271 13.3333H4.27288Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 867 B

View file

@ -148,7 +148,7 @@ export const filtersCSC =
value: 'DEVIATION_TO_INSTRUCTIONS',
}, {
label: 'DEVIATION TO INSTRUCTIONS Revision',
value: 'DEVIATION_TO_INSTRUCTIONS',
value: 'DEVIATION_TO_INSTRUCTIONS_REVISION',
},
{
label: 'PRESERVATION_OVERDUE',
@ -339,10 +339,7 @@ export const filtersCSC =
{
label: 'PIT, PITTING : Piqure',
value: 'PIT',
}, {
label: 'VOIDS :Vides, Cavites',
value: 'VOIDS',
},
},
{
label: 'HARD LANDING/VERTICAL ACCEL',

View file

@ -36,7 +36,10 @@
<span>×</span>
</button>
<div class="popup-body">
<h2 class="title">Privacy Policy</h2>
<h2 class="title">
<span class="label">Privacy Policy</span>
<img alt="shield" src="shield.svg">
</h2>
<p>
Personal Data Protection Policy
</p>

View file

@ -1,8 +1,8 @@
@use '../../../../styles/variables-barrel' as variables;
.bottom-navigation {
position: relative;
top: 280px;
position: absolute;
top: 872px;
padding: 0 0 16px;
@ -78,6 +78,12 @@
cursor: pointer;
}
.title{
img{
margin-left: 16px;
}
}
.popup-content {
position: relative;
width: 90%;