We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd40580 commit d134bccCopy full SHA for d134bcc
apps/cyberstorm-remix/app/p/packageListing.css
@@ -35,6 +35,19 @@
35
align-items: center;
36
}
37
38
+ .package-listing__error {
39
+ display: flex;
40
+ flex-direction: column;
41
+ gap: 1rem;
42
+ align-items: flex-start;
43
+ padding: 3rem 0;
44
+ }
45
+
46
+ .package-listing__error-description {
47
+ max-width: 40rem;
48
+ color: var(--Color-text-muted, rgb(180 189 255 / 0.8));
49
50
51
.package-listing-management-tools__island {
52
display: flex;
53
gap: 6px;
0 commit comments