1
1
.buttonHover {
2
2
background-color : # 1765ad ;
3
- transition : 0 .3s ;
3
+ transition : .3s
4
4
}
5
+
5
6
.buttonHover : hover {
6
- background-color : # 15395b;
7
+ background-color : # 15395b
7
8
}
8
9
9
10
.ant-layout-sider {
10
- width : "10vw" !important ;
11
- min-width : "5vw" !important ;
11
+ width : "10vw" !important ;
12
+ min-width : "5vw" !important
12
13
}
13
14
14
15
@keyframes slideInFromLeft {
15
16
0% {
16
17
transform : translateX (-20% );
17
- opacity : 0 ;
18
+ opacity : 0
18
19
}
19
20
100% {
20
21
transform : translateX (0 );
21
- opacity : 1 ;
22
+ opacity : 1
22
23
}
23
24
}
24
25
25
26
.pageTransition {
26
- animation-duration : 0 .3s ;
27
+ animation-duration : .3s ;
27
28
animation-timing-function : ease-out;
28
29
animation-delay : 0s ;
29
30
animation-iteration-count : 1 ;
30
- animation-name : slideInFromLeft;
31
+ animation-name : slideInFromLeft
31
32
}
32
33
33
34
@keyframes slideInFromTop {
34
35
0% {
35
36
transform : translateY (50% );
36
- opacity : 1 ;
37
+ opacity : 1
37
38
}
38
39
100% {
39
40
transform : translateY (0 );
40
- opacity : 1 ;
41
+ opacity : 1
41
42
}
42
43
}
43
44
44
45
.pageSwitch {
45
- animation-duration : 0 .38s ;
46
+ animation-duration : .38s ;
46
47
animation-timing-function : ease-out;
47
48
animation-delay : 0s ;
48
49
animation-iteration-count : 1 ;
49
- animation-name : slideInFromTop;
50
+ animation-name : slideInFromTop
50
51
}
51
52
52
53
.card-design {
53
- border-color : # 1890ff !important ;
54
- border-radius : 5px !important ;
55
- transition : 0 .35s !important ;
54
+ border-color : # 1890ff!important ;
55
+ border-radius : 5px !important ;
56
+ transition : .35s !important
56
57
}
57
58
58
59
.card-design : hover {
59
- opacity : 0.5 ;
60
+ opacity : .5
60
61
}
61
62
62
63
::-webkit-scrollbar-track {
63
- -webkit-box-shadow : inset 0 0 3px rgba (0 , 0 , 0 , 0 .3 );
64
- background-color : # 1f1f1f;
64
+ -webkit-box-shadow : inset 0 0 3px rgba (0 , 0 , 0 , .3 );
65
+ background-color : # 1f1f1f
65
66
}
66
67
67
68
::-webkit-scrollbar {
68
69
width : 10px ;
69
- background-color : # 8c8c8c;
70
+ background-color : # 8c8c8c
70
71
}
71
72
72
73
::-webkit-scrollbar-thumb {
73
74
-webkit-box-shadow : inset 0 0 3px rgba (0 , 0 , 0 , .3 );
74
- background-color : # 8c8c8c;
75
+ background-color : # 8c8c8c
75
76
}
76
77
77
78
.create_challenge_form h1 {
78
- font-size : 120% ;
79
+ font-size : 120%
79
80
}
80
81
81
82
.loadingStyle {
82
- display : " flex" !important ;
83
- width : "100%" !important ;
84
- justify-content : " center" ;
85
- justify-items : " center" ;
86
- position : absolute;
83
+ display : flex!important ;
84
+ width : "100%" !important ;
85
+ justify-content : center;
86
+ justify-items : center;
87
+ position : absolute
87
88
}
88
89
89
90
.ant-table {
90
- background : rgba (0 , 0 , 0 , 0 .5 ) !important ;
91
+ background : rgba (0 , 0 , 0 , .5 )!important
91
92
}
92
93
93
94
.ant-table-container {
94
- overflow : auto;
95
+ overflow : auto
96
+ }
97
+
98
+ .w-md-editor {
99
+ background-color : transparent !important ;
100
+ border : 1px solid # 434343 !important ;
101
+ caret-color : rgba (255 , 255 , 255 , 0.85 ) !important ;
102
+ }
103
+
104
+ .w-md-editor ::selection {
105
+ background-color : rgba (24 , 144 , 255 , 0.5 );
106
+ }
107
+
108
+ .wmde-markdown-color code [class *= "language-" ] {
109
+ color : rgba (255 , 255 , 255 , 0.85 ) !important ;
110
+ }
111
+
112
+ .w-md-editor-toolbar {
113
+ background-color : # d9d9d9 !important ;
114
+ }
115
+
116
+ .w-md-editor-text-pre .title , .w-md-editor-text-pre .bold {
117
+ color : rgba (255 , 255 , 255 , 0.85 ) !important ;
95
118
}
0 commit comments