Skip to content

Commit

Permalink
[#1584] Add color success & comment position relative btns
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 4, 2023
1 parent 73575fa commit 5dddc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/btns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border: 2px solid $primaryDarkBlue;
border-radius: 30px;
background-color: transparent;
position: relative;
// position: relative;
transition: background 0.2s ease-out;
cursor: pointer;
width: auto;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $primaryDarkBlue5: #344170;
$primaryNeutral4: #777e90;
$systemError3: #e00909;
$systemInfo3: #1d90f5;
$systemSuccess4: #06d1a7;
// Headings
$fzXXXL: 64px;
$lhXXXL: 72px;
Expand Down

0 comments on commit 5dddc97

Please sign in to comment.