diff --git a/frontend/src/styles/btns.scss b/frontend/src/styles/btns.scss index 5ccb7cb5f..a7b74b0b2 100644 --- a/frontend/src/styles/btns.scss +++ b/frontend/src/styles/btns.scss @@ -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; diff --git a/frontend/src/styles/vars.scss b/frontend/src/styles/vars.scss index a49587031..7d0dfbbf2 100644 --- a/frontend/src/styles/vars.scss +++ b/frontend/src/styles/vars.scss @@ -16,6 +16,7 @@ $primaryDarkBlue5: #344170; $primaryNeutral4: #777e90; $systemError3: #e00909; $systemInfo3: #1d90f5; +$systemSuccess4: #06d1a7; // Headings $fzXXXL: 64px; $lhXXXL: 72px;