浏览代码

Remove duplicate styles.

master
yanas 8 年前
父节点
当前提交
9cb0723f8d
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1
    5
      css/_close.scss

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

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
+}

正在加载...
取消
保存