up dropdown listing csc
This commit is contained in:
parent
34fa746856
commit
ffb9027691
11 changed files with 128 additions and 24 deletions
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue