Skip to content

Commit

Permalink
update alert style
Browse files Browse the repository at this point in the history
  • Loading branch information
huynvn97 committed Sep 26, 2024
1 parent 76bd359 commit 0f9104e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@ body { margin: 0; font-family: Inter , "Helvetica Neue", sans-serif !important;
border-bottom: 1px solid rgba(225, 228, 229, 1);
}

.card-footer .alert {
border-radius: 10px;
background: rgba(255, 229, 229, 1);
border: 1px solid rgba(255, 152, 152, 1);

font-size: 14px;
font-weight: 400;
line-height: 16.94px;
text-align: left;
color: #D3180C;
}

.page-title {
font-size: 20px;
font-weight: 500;
Expand Down

0 comments on commit 0f9104e

Please sign in to comment.