12 lines
195 B
SCSS
12 lines
195 B
SCSS
html, body {
|
|
width: 100%;
|
|
height:100%;
|
|
color: $defaultColor;
|
|
background: $defaultBackground;
|
|
text-align: center;
|
|
}
|
|
|
|
.closeMessage {
|
|
font-size: 36px;
|
|
margin-top: 20%;
|
|
} |