2016-09-22 20:25:13 +00:00
|
|
|
html, body {
|
|
|
|
width: 100%;
|
|
|
|
height:100%;
|
|
|
|
color: $defaultColor;
|
|
|
|
background: $defaultBackground;
|
|
|
|
}
|
|
|
|
|
2016-09-27 21:49:23 +00:00
|
|
|
.redirectPageMessage {
|
2016-09-23 16:26:48 +00:00
|
|
|
text-align: center;
|
2016-09-22 20:25:13 +00:00
|
|
|
font-size: 36px;
|
|
|
|
margin-top: 20%;
|
2016-09-23 16:26:48 +00:00
|
|
|
}
|