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

.landing-page {

margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: 90%;
align-item: center;
max-width: 490px;

.landing-page-heading {
margin: 3.5em 1.5em 0.5em;
font-size:30px;
}

// visual emphasis without affecting screen-reader
.emphasis {
font-style: italic;
font-weight: bold;
}

.urgent {
&.ui-body {
margin: 1em -1em 2em -1em;
padding: 1.5em;
border: 1px solid #ff0000;
background-color: #f1f1f1;
-webkit-border-radius:.6em;
-moz-border-radius:.6em;
border-radius:.6em;
}
button.ui-link {
color: #256eae;
border:0px;
background: transparent;
margin:0px;
padding:0px;
text-decoration: underline;
}
}

table[role="presentation"] button.ui-btn {
margin: 1em 0;
padding: 0;
display: block;
line-height: 0;
border: 1px solid #124664;
background-color: #dddddd;
-webkit-border-radius:.3em;
-moz-border-radius:.3em;
border-radius:.3em;
overflow: hidden;

&:first-of-type {
margin-top: 0;
}
&:last-of-type {
margin-bottom: 0;
}
}

.landing-page-btn {
display: block;
text-align: center;
margin-botton: 30px;
}

.ui-hidden-accessible {
padding: 0;
margin: 0;
border-width: 0;
height: 1px;
overflow: hidden;
position: absolute!important;
}
}