pip-webui
Version:
HTML5 UI for LOB applications
107 lines (106 loc) • 2 kB
CSS
@-webkit-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@-moz-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@-o-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
.pip-error .pip-error-text,
.pip-error .pip-error-subtext,
.pip-error .pip-error-actions,
.pip-error .pip-error-details {
max-width: 440px ;
padding-right: 24px;
padding-left: 24px;
}
.pip-error .pip-error-text {
margin-top: 32px;
font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
opacity: 0.87;
text-align: center;
}
.pip-error .pip-error-subtext {
margin-top: 16px;
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
margin-bottom: 16px;
opacity: 0.54;
text-align: center;
}
.pip-error .pip-error-details {
padding-top: 8px;
}
.pip-error .pip-error-details .pip-error-details-item .text-body2 {
color: #0288D1;
text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item .text-body1 {
opacity: 0.54;
text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item div.pip-pic {
height: 88px ;
width: 88px ;
min-height: 0px ;
margin: 0px 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
.pip-error div.pip-pic {
margin: 0px 16px;
}
}
@media (max-width: 768px) {
.pip-error .pip-error-text,
.pip-error .pip-error-subtext,
.pip-error .pip-error-actions,
.pip-error .pip-error-details {
padding-right: 16px;
padding-left: 16px;
min-height: 0px ;
}
.pip-error .pip-error-text {
margin-top: 0px;
}
.pip-error div.pip-pic {
height: 64px ;
width: 64px ;
min-height: 0px ;
margin: 0px 8px;
}
}