Skip to content

Commit cff76cc

Browse files
committed
Users should be presented with a reset password link
1 parent 800a8e5 commit cff76cc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/styles/Colors.scss

+7-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ $text-color: #112a46;
1818
$black-2: #232f3e;
1919
$black-3: #131a22;
2020
$secondary-color-2: #edeef0;
21-
$font-family: 'Averia Serif Libre', serif;
22-
$red-color:red;
23-
$button-bg-color: #FF6D18;
24-
$button-text-color: #fff;
25-
$text-color: #000000;
21+
$container-color: #D9D9D933;
22+
$login-bg-color: linear-gradient(136deg, #FF6D18 16%, rgba(216, 201, 193, 0.8) 100%);
23+
$text2-color: #666666;
24+
$text-family: 'Averia Serif Libre';
25+
$white-color: #FFFFFF;
26+
$border-color: #D9D9D9;
27+
$red-color:red;

0 commit comments

Comments
 (0)