Archived
1
0
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
cyca/resources/css/utilities/http-status.css
2022-01-12 00:35:37 +01:00

23 lines
303 B
CSS
Executable File

.http-status-general-error {
@apply text-red-500;
}
.http-status-info {
}
.http-status-success {
@apply text-green-500;
}
.http-status-redirection {
@apply text-blue-500;
}
.http-status-client-error {
@apply text-orange-500;
}
.http-status-server-error {
@apply text-red-500;
}