react-redux-boilerplate-scripts
Version:
react-boilerplate-app-scripts
40 lines (35 loc) • 646 B
CSS
.nopage-con {
position:absolute;
padding-top:10%;
width:100%;
height:100%;
background-color: #0A7189;
color: #fff;
font: 100% "Lato" , sans-serif;
font-size: 1.8rem;
font-weight: 300;
text-align:center;
}
.nopage-con a {
color: #75C6D9;
text-decoration: none;
}
.nopage-con ul {
list-style: none;
margin: 0;
padding: 0;
line-height: 50px;
}
.nopage-con .header {
font-size: 13rem;
font-weight: 700;
margin: 2% 0 2% 0;
text-shadow: 0px 3px 0px #7f8c8d;
line-height: 225px;
}
.nopage-con .error {
margin: -70px 0 2% 0;
font-size: 7.4rem;
text-shadow: 0px 3px 0px #7f8c8d;
font-weight: 100;
}