Skip to content
Snippets Groups Projects
Commit 95cc2882 authored by Teal's avatar Teal
Browse files

move CSS rules around for styling

parent 4983a071
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,12 @@ select {
.session {
@apply border p-2 bg-slate-100 border-slate-300 rounded-md w-full flex flex-col hover:shadow-2xl;
&.translators-needed {
@apply bg-red-200 border-red-400;
}
&.backup-needed {
@apply bg-amber-100 border-amber-400;
}
&.translators-needed {
@apply bg-red-200 border-red-400;
}
&.no-assignees {
@apply bg-red-300 border-red-800;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment