File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,6 +286,26 @@ body,
286286 @apply hidden;
287287}
288288
289+ .v - popper-- theme- dropdown .v - popper__inner {
290+ @apply overflow- hidden rounded- lg border border- zinc- 200 bg- zinc- 100 shadow- xl;
291+ }
292+
293+ .dark .v - popper-- theme- dropdown .v - popper__inner {
294+ @apply border- zinc- 800 bg- zinc- 900 ;
295+ }
296+
297+ .v - popper-- theme- dropdown .v - popper__arrow- outer {
298+ @apply border- zinc- 200 ;
299+ }
300+
301+ .dark .v - popper-- theme- dropdown .v - popper__arrow- outer {
302+ @apply border- zinc- 800 ;
303+ }
304+
305+ .v - popper-- theme- dropdown .v - popper__arrow- inner {
306+ @apply hidden;
307+ }
308+
289309.bg - pattern {
290310 background- position: 0.5 % 0 ;
291311 background- image: url (" data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%239C92AC' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E" );
You can’t perform that action at this time.
0 commit comments