Skip to content

Commit 675d417

Browse files
committed
create class for error message
1 parent 065a7c6 commit 675d417

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

frontend/src/assets/css/tailwind.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,22 @@
115115
@apply items-center;
116116
}
117117

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+
118134
.auth-sub-container-content-heading {
119135
@apply text-base;
120136
@apply font-bold;

0 commit comments

Comments
 (0)