We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbbef1 commit fa09db6Copy full SHA for fa09db6
src/containers/Home/Home.less
@@ -1,33 +1,3 @@
1
-@import '../../theme/variables.less';
+#pageHome{
2
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
23
24
- border-width: 1px 0;
25
- background: #666;
26
- .test{
27
- background: @color;
28
29
30
- #good{
31
- color: green;
32
33
-}
+}
0 commit comments