Skip to content

Commit

Permalink
Users should be presented with a reset password link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 committed Jul 9, 2024
1 parent 800a8e5 commit cff76cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/styles/Colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ $text-color: #112a46;
$black-2: #232f3e;
$black-3: #131a22;
$secondary-color-2: #edeef0;
$font-family: 'Averia Serif Libre', serif;
$red-color:red;
$button-bg-color: #FF6D18;
$button-text-color: #fff;
$text-color: #000000;
$container-color: #D9D9D933;
$login-bg-color: linear-gradient(136deg, #FF6D18 16%, rgba(216, 201, 193, 0.8) 100%);
$text2-color: #666666;
$text-family: 'Averia Serif Libre';
$white-color: #FFFFFF;
$border-color: #D9D9D9;
$red-color:red;

0 comments on commit cff76cc

Please sign in to comment.