Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

.media-requests {
max-width: 800px;
margin: 0 auto;
padding: 20px;
text-align: left;

.media-request-reason-col {
width: 55%;
}

.filter-nav {
border: 1px solid $COLOR_GRAY;
}

.filter-form {
border: 0 none;
}

.filter-collapse {
border: 1px solid $COLOR_GRAY;
border-top: 0 none;
position: relative;
}

.media-requests-list-section {
margin-bottom: 0;
margin-top: 10px;
}

.table-scroll-container {
margin-bottom: 0;
}

.header-text {
align-items: start;
margin-bottom: 10px;
margin-top: 0;

p {
margin-right: 10px;
}

.app-icon {
font-size: 7em;
}
}
}

@media screen and (max-width: 479px) {
.media-requests {
.header-text {
.app-icon {
font-size: 5em;
}
}
}
}