Skip to content

Commit fa09db6

Browse files
committed
remove unnecessary css
1 parent cfbbef1 commit fa09db6

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

src/containers/Home/Home.less

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
@import '../../theme/variables.less';
1+
#pageHome{
22

3-
.index {
4-
display: flex;
5-
width: 40%;
6-
margin: 50px auto;
7-
padding: 10px;
8-
background: #333;
9-
border: 1px solid #000;
10-
border-radius: 2px;
11-
text-align: center;
12-
box-sizing: border-box;
13-
code{
14-
padding: 3px 6px;
15-
color: #000;
16-
background: #fff;
17-
font-size: 14px;
18-
}
19-
.notice{
20-
margin: 20px auto;
21-
padding: 15px 0;
22-
text-align: center;
23-
border: 1px solid #000;
24-
border-width: 1px 0;
25-
background: #666;
26-
.test{
27-
background: @color;
28-
}
29-
}
30-
#good{
31-
color: green;
32-
}
33-
}
3+
}

0 commit comments

Comments
 (0)