Spaces:
Running
Running
File size: 1,000 Bytes
ba72e9a 4c45e83 ba72e9a 4c45e83 ba72e9a 4a0c2f7 4c45e83 ba72e9a 4a0c2f7 ba72e9a 4a0c2f7 4c45e83 4a0c2f7 4c45e83 ba72e9a 4a0c2f7 ba72e9a cf76990 ba72e9a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | .service-type-btn {
transition: all 0.3s ease;
cursor: pointer;
}
.service-type-btn.active {
background-color: #2563eb;
color: white;
}
#ipTableContainer table {
border-collapse: collapse;
width: 100%;
font-size: 0.875rem;
}
#ipTableContainer th, #ipTableContainer td {
padding: 8px 10px;
text-align: left;
border: 1px solid #e2e8f0;
}
#ipTableContainer th {
background-color: #f7fafc;
font-weight: 600;
}
#ipTableContainer tr:nth-child(even) {
background-color: #f8fafc;
}
#ipTableContainer tr:hover {
background-color: #f1f5f9;
}
#emailOutput {
font-family: 'Courier New', Courier, monospace;
line-height: 1.6;
}
#copyTableBtn {
display: none;
}
#ipTableContainer:not(.hidden) + div #copyTableBtn {
display: inline-flex;
}
/* Responsive adjustments */
@media (max-width: 640px) {
.grid {
grid-template-columns: 1fr;
}
.service-type-btn {
width: 100%;
margin-bottom: 8px;
}
} |