瀏覽代碼

Remove duplicate styles.

master
yanas 9 年之前
父節點
當前提交
9cb0723f8d
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. 1
    5
      css/_close.scss

+ 1
- 5
css/_close.scss 查看文件

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

Loading…
取消
儲存