Ver código fonte

Remove duplicate styles.

master
yanas 8 anos atrás
pai
commit
9cb0723f8d
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1
    5
      css/_close.scss

+ 1
- 5
css/_close.scss Ver arquivo

1
 html, body {
1
 html, body {
2
-    margin:0px;
3
     width: 100%;
2
     width: 100%;
4
     height:100%;
3
     height:100%;
5
     color: $defaultColor;
4
     color: $defaultColor;
6
     background: $defaultBackground;
5
     background: $defaultBackground;
7
-    font-size: 12px;
8
-    font-weight: 400;
9
-    overflow: hidden;
10
     text-align: center;
6
     text-align: center;
11
 }
7
 }
12
 
8
 
13
 .closeMessage {
9
 .closeMessage {
14
     font-size: 36px;
10
     font-size: 36px;
15
     margin-top: 20%;
11
     margin-top: 20%;
16
-}
12
+}

Carregando…
Cancelar
Salvar