1- @media screen and (max-width :767px ){
1+ @media screen and (max-width :767px ) {
22 .pic-plus img {
33 width : 120px ;
44 height : auto ;
55 }
66}
77
8- .pic-plus > * {
8+ .pic-plus > * {
99 display : inline-block !important ;
1010 vertical-align : middle ;
1111}
12+
1213.pic-plus span {
1314 font-size : 30px ;
1415 color : #aaa ;
8283 padding : 24px ;
8384}
8485
85- body [data- theme= ' dark' ], [data- theme= ' dark' ] * {
86+ body [data- theme= ' dark' ],
87+ [data- theme= ' dark' ] * {
8688 scrollbar-color : #434343 #262626 ;
8789
8890 & ::-webkit-scrollbar {
@@ -94,9 +96,10 @@ body[data-theme='dark'], [data-theme='dark'] * {
9496 }
9597
9698 & ::-webkit-scrollbar-thumb {
97- background-color : #434343 ;
99+ background-color : #434343 ;
98100 border-radius : 6px ;
99101 border : 2px solid #262626 ;
102+
100103 :hover {
101104 background-color : #262626 ;
102105 }
@@ -116,6 +119,11 @@ label {
116119 font-weight : normal ;
117120 text-transform : uppercase ;
118121
122+ & .standalone {
123+ color : @gold-6 ;
124+ border : 2px solid @gold-6 ;
125+ }
126+
119127 & .directive {
120128 color : @magenta-6 ;
121129 border : 2px solid @magenta-6 ;
@@ -142,7 +150,7 @@ label {
142150 }
143151
144152 .head-example {
145- background : rgba (255 ,255 ,255 ,.12 ) !important ;
153+ background : rgba (255 , 255 , 255 , .12 ) !important ;
146154 }
147155
148156 .popover-menu .ant-popover-inner-content #nav a {
@@ -158,7 +166,7 @@ label {
158166 }
159167
160168 .site-page-header-ghost-wrapper {
161- background-color : rgba (255 ,255 ,255 ,0.08 );
169+ background-color : rgba (255 , 255 , 255 , 0.08 );
162170 }
163171
164172 .drawer-content-wrapper {
@@ -197,6 +205,7 @@ label {
197205 font-size : 20px ;
198206 line-height : 28px ;
199207 }
208+
200209 .resource-card-description {
201210 margin : 0 20px 20px 20px ;
202211 color : #697b8c ;
0 commit comments