mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add info-message styles
This commit is contained in:
@@ -119,6 +119,15 @@
|
||||
@apply text-blue-700;
|
||||
}
|
||||
|
||||
.info-message {
|
||||
@apply flex items-center bg-yellow-200 border-solid border border-yellow-700 rounded text-yellow-700 py-2 px-3;
|
||||
}
|
||||
|
||||
.info-message:before {
|
||||
@apply mr-2;
|
||||
content: '\1F6C8';
|
||||
}
|
||||
|
||||
.error-message {
|
||||
@apply flex items-center bg-red-200 border-solid border border-red-700 rounded text-red-700 py-2 px-3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user