diff --git a/.cursor/rules/APP-UI-QUICK-REF.md b/.cursor/rules/APP-UI-QUICK-REF.md new file mode 100644 index 00000000..1609fc93 --- /dev/null +++ b/.cursor/rules/APP-UI-QUICK-REF.md @@ -0,0 +1,98 @@ +# Quick Reference: Archipelago App UI Classes + +## Core CSS Classes + +### Containers + +| Class | Use Case | Features | +|-------|----------|----------| +| `.glass-card` | Main sections, modals, headers | Gradient border, strong blur (24px), inset highlights | +| `.info-card` | Status badges, metric displays | Gradient border, no hover effects | +| `bg-white/5` | Simple info rows | Plain dark background, no borders | + +### Buttons + +| Class | Use Case | Features | +|-------|----------|----------| +| `.info-card-button` | Primary actions (Copy Info, View Logs) | Looks like `.info-card`, lifts and brightens on hover | +| `.glass-button` | Secondary actions (Settings, Close ×) | Simple glass effect, subtle hover | + +--- + +## HTML Snippets + +### Info Card (Display Only) +```html +
Label
+Value
+{Service Description}
+Section description
+