Added Copy Job prerequisites screen

This commit is contained in:
Bikram Choudhury
2025-10-15 12:21:42 +05:30
parent 9227ad379b
commit 9bfb6aecc9
19 changed files with 505 additions and 7 deletions

View File

@@ -46,4 +46,27 @@
font-weight: 600;
}
}
.accordionHeader {
button {
display: flex;
align-items: center;
.accordionHeaderText {
margin-left: 5px;
font-weight: 600;
}
.statusIcon {
margin-left: auto;
}
}
}
.foreground {
z-index: 10;
background-color: white;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
// transform: translate(0%, -5%);
position: absolute;
}
}