Update _close.scss

This commit is contained in:
yanas 2016-09-23 11:26:48 -05:00 committed by GitHub
parent b772c151fc
commit 75f80ae877
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ html, body {
height:100%; height:100%;
color: $defaultColor; color: $defaultColor;
background: $defaultBackground; background: $defaultBackground;
text-align: center;
} }
.closeMessage { .closeMessage {
text-align: center;
font-size: 36px; font-size: 36px;
margin-top: 20%; margin-top: 20%;
} }