1
- @media screen and (max-width :767px ){
1
+ @media screen and (max-width :767px ) {
2
2
.pic-plus img {
3
3
width : 120px ;
4
4
height : auto ;
5
5
}
6
6
}
7
7
8
- .pic-plus > * {
8
+ .pic-plus > * {
9
9
display : inline-block !important ;
10
10
vertical-align : middle ;
11
11
}
12
+
12
13
.pic-plus span {
13
14
font-size : 30px ;
14
15
color : #aaa ;
82
83
padding : 24px ;
83
84
}
84
85
85
- body [data- theme= ' dark' ], [data- theme= ' dark' ] * {
86
+ body [data- theme= ' dark' ],
87
+ [data- theme= ' dark' ] * {
86
88
scrollbar-color : #434343 #262626 ;
87
89
88
90
& ::-webkit-scrollbar {
@@ -94,9 +96,10 @@ body[data-theme='dark'], [data-theme='dark'] * {
94
96
}
95
97
96
98
& ::-webkit-scrollbar-thumb {
97
- background-color : #434343 ;
99
+ background-color : #434343 ;
98
100
border-radius : 6px ;
99
101
border : 2px solid #262626 ;
102
+
100
103
:hover {
101
104
background-color : #262626 ;
102
105
}
@@ -116,6 +119,11 @@ label {
116
119
font-weight : normal ;
117
120
text-transform : uppercase ;
118
121
122
+ & .standalone {
123
+ color : @gold-6 ;
124
+ border : 2px solid @gold-6 ;
125
+ }
126
+
119
127
& .directive {
120
128
color : @magenta-6 ;
121
129
border : 2px solid @magenta-6 ;
@@ -142,7 +150,7 @@ label {
142
150
}
143
151
144
152
.head-example {
145
- background : rgba (255 ,255 ,255 ,.12 ) !important ;
153
+ background : rgba (255 , 255 , 255 , .12 ) !important ;
146
154
}
147
155
148
156
.popover-menu .ant-popover-inner-content #nav a {
@@ -158,7 +166,7 @@ label {
158
166
}
159
167
160
168
.site-page-header-ghost-wrapper {
161
- background-color : rgba (255 ,255 ,255 ,0.08 );
169
+ background-color : rgba (255 , 255 , 255 , 0.08 );
162
170
}
163
171
164
172
.drawer-content-wrapper {
@@ -197,6 +205,7 @@ label {
197
205
font-size : 20px ;
198
206
line-height : 28px ;
199
207
}
208
+
200
209
.resource-card-description {
201
210
margin : 0 20px 20px 20px ;
202
211
color : #697b8c ;
0 commit comments