diff --git a/frontend/src/views/RequestAccessView.vue b/frontend/src/views/RequestAccessView.vue index 177d5af..c984be2 100644 --- a/frontend/src/views/RequestAccessView.vue +++ b/frontend/src/views/RequestAccessView.vue @@ -130,6 +130,9 @@ {{ item.detail }} +

+ One or more automation steps failed. Fix the error above, then check again. +

@@ -481,16 +484,6 @@ h1 { padding: 6px 10px; border-radius: 999px; font-size: 12px; - border: 1px solid rgba(255, 255, 255, 0.12); - background: rgba(0, 0, 0, 0.2); -} - -.pill-ok { - border-color: rgba(120, 255, 160, 0.3); -} - -.pill-warn { - border-color: rgba(255, 220, 120, 0.25); }