@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
28 lines (25 loc) • 431 B
CSS
#redirect-hint {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:#373737;
opacity:0.5;
color:#eaff05;
font-family:'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
//font-weight:bold;
}
#redirect-hint > div {
position:relative;
top:40%;
height:40%;
text-align:center;
opacity:1;
}
#redirect-hint #remaining-time {
font-weight:bold;
font-size:10em;
color:#ef7b7b;
//color:red;
}