jiti-meet/css/_close.scss

12 lines
195 B
SCSS
Raw Normal View History

2016-09-22 20:25:13 +00:00
html, body {
width: 100%;
height:100%;
color: $defaultColor;
background: $defaultBackground;
text-align: center;
}
.closeMessage {
font-size: 36px;
margin-top: 20%;
2016-09-22 20:28:10 +00:00
}