Skip to content

Commit

Permalink
[#1584] Update darkblue3 color & add custom tag styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 12, 2023
1 parent 87efd4c commit 4c99fde
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions frontend/src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,27 @@ ul {
}
}
/* end tooltip */

/* tags */
.ant-tag {
display: inline-flex;
padding: 8px;
align-items: center;
gap: 8px;
color: $primaryDarkBlue;
font-family: var(--font-dm-sans), sans-serif;
font-size: $fzXXS;
line-height: $lhXXS;
font-weight: 500;
text-transform: capitalize;
border-radius: 4px;
border: none;
background-color: $primaryGrey;
&:focus {
box-shadow: 0px 0px 0px 2px $primaryPurple;
}
&[disabled] {
color: $primaryDarkBlue3;
}
}
/* end tags */
2 changes: 1 addition & 1 deletion frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $primaryGrey: #f5f7ff;
$primaryWhite: #ffffff;
$primaryDarkBlue: #020a5b;
$primaryDarkBlue2: #ccd0db;
$primaryDarkBlue3: #b6dcff;
$primaryDarkBlue3: #99a0b7;
$primaryDarkBlue4: #677194;
$primaryDarkBlue5: #344170;
$primaryDarkBlue7: #000647;
Expand Down

0 comments on commit 4c99fde

Please # to comment.