Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style: adjust some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 13, 2022
1 parent 2c64083 commit 880b330
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles/status_messages.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.status-messages {
@apply text-white;

margin: 1em 0;
border-radius: 3px;
padding: .25em 1em;
Expand All @@ -7,24 +9,21 @@
width: fit-content;

&.error {
@apply bg-red-500;
@apply bg-red-600;
}

&.warning {
$width: 5px;
@apply border border-yellow-300 border-width-$width;

@apply text-black dark:text-white;
}

&.success {
@apply bg-emerald-500;
}
}

.success {

}

ul.error {
list-style-type: disc;
width: 100%;
Expand Down

0 comments on commit 880b330

Please sign in to comment.