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