This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
div # mod_sysinfo {
2
- display : flex;
3
- flex-direction : row;
4
- align-items : center;
5
- justify-content : space-between;
6
- height : 60px ;
7
- border-bottom : 1px solid rgba (190 , 230 , 193 , 0.3 );
8
- font-size : 12px ;
9
- font-family : var (--font_main_light );
10
- letter-spacing : 1px ;
2
+ display : flex;
3
+ flex-direction : row;
4
+ align-items : center;
5
+ justify-content : space-between;
6
+ height : 60px ;
7
+ border-bottom : 1px solid rgba (190 , 230 , 193 , 0.3 );
8
+ font-size : 12px ;
9
+ font-family : var (--font_main_light );
10
+ letter-spacing : 1px ;
11
11
}
12
12
13
13
div # mod_sysinfo ::before {
@@ -29,20 +29,20 @@ div#mod_sysinfo::after {
29
29
}
30
30
31
31
div # mod_sysinfo div {
32
- height : 100% ;
33
- box-sizing : border-box;
34
- padding : 10px 5px ;
35
- display : flex;
36
- flex-direction : column;
37
- align-items : flex-start;
38
- justify-content : space-around;
32
+ height : 100% ;
33
+ box-sizing : border-box;
34
+ padding : 10px 5px ;
35
+ display : flex;
36
+ flex-direction : column;
37
+ align-items : flex-start;
38
+ justify-content : space-around;
39
39
}
40
40
41
41
div # mod_sysinfo h1 {
42
- margin : 0px ;
43
- opacity : 0.5 ;
42
+ margin : 0px ;
43
+ opacity : 0.5 ;
44
44
}
45
45
46
46
div # mod_sysinfo h2 {
47
- margin : 0px ;
47
+ margin : 0px ;
48
48
}
You can’t perform that action at this time.
0 commit comments