Skip to content

Commit 27a424a

Browse files
TWHoutimdavish
authored andcommitted
feature/#155492483 - User sees background color v2 (#188)
[#155492483]
1 parent 6a5ea02 commit 27a424a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/components/Home/Home.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
@import '../../scss/partials/partials';
2+
13
$titleBarColor: #f5f5f5;
24
$titleBarRadius: 200px;
35
$fontColor: #4b4c4d;
46

57
.homeGrid {
8+
background-color: $background-gray;
69
display: grid;
710
margin-left: -150px;
811
grid-template-columns: auto 85%;//

client/scss/partials/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ $validInputColor: #3E9B2A;
1111
$inputsBorderColor: #C6CBD4;
1212
$text-red: #EA4C2D;
1313
$backgound-orange: #ED4B2F;
14+
$background-gray: #FBFBFB;

0 commit comments

Comments
 (0)