You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_close.scss 196B

123456789101112
  1. html, body {
  2. width: 100%;
  3. height:100%;
  4. color: $defaultColor;
  5. background: $defaultBackground;
  6. }
  7. .closeMessage {
  8. text-align: center;
  9. font-size: 36px;
  10. margin-top: 20%;
  11. }