added new restriction and fixed button dowload
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.scanView_P3 {
|
||||
padding: 20px;
|
||||
padding: 1rem;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
@@ -70,7 +70,6 @@
|
||||
|
||||
.content_P3 {
|
||||
flex: 1;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -94,7 +93,7 @@
|
||||
th {
|
||||
background: #f1f5f9;
|
||||
font-weight: 700;
|
||||
padding: 12px 14px;
|
||||
padding: 10px;
|
||||
color: #003f80;
|
||||
border-bottom: 2px solid #e2e8f0;
|
||||
text-align: center;
|
||||
@@ -102,7 +101,7 @@
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 10px 12px;
|
||||
padding: 5px 10px;
|
||||
border-bottom: 1px solid #e5e7eb;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
@@ -128,7 +127,6 @@
|
||||
padding: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #cbd5e1;
|
||||
background: #f8fafc;
|
||||
font-size: 14px;
|
||||
transition: 0.2s ease;
|
||||
text-align: center;
|
||||
@@ -185,6 +183,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.invalidRow_P3 {
|
||||
background-color: rgba(255, 0, 0, 0.06) !important;
|
||||
color: #8b0000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.scanView_P3 .mainContent_P3 {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user