We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065a7c6 commit 675d417Copy full SHA for 675d417
frontend/src/assets/css/tailwind.css
@@ -115,6 +115,22 @@
115
@apply items-center;
116
}
117
118
+ .auth-sub-container-error {
119
+ @apply bg-red-500;
120
+ @apply py-4;
121
+ @apply flex;
122
+ @apply justify-center;
123
+ @apply text-center;
124
+ @apply rounded-md;
125
+ @apply max-w-sm;
126
+ @apply w-full;
127
+ }
128
+
129
+ .auth-sub-container-error-message {
130
+ @apply text-white-matcha;
131
+ @apply text-xl;
132
133
134
.auth-sub-container-content-heading {
135
@apply text-base;
136
@apply font-bold;
0 commit comments