Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 3e3af53

Browse files
vitpankinschoudhury
authored andcommitted
Update shadows to make them similar to YW and docs index page (#134)
1 parent cb53ec2 commit 3e3af53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

styles/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ $YB_LIGHT_GRAY_BACK: #F5F6F8;
44
$YB_LIGHT_GRAY: #F7F8F9;
55
$YB_GRAY: #c7c7c7;
66
$YB_DARK_GRAY: #424242;
7+
$YB_DARK_GRAY_2: #232329;
78
$YB_DARK: #202951;
89

910
$YB_LIGHT_ORANGE: #ef8a2b;

styles/_yuga_overrides.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ a {
165165
background-color: #fff;
166166
border-radius: 7px;
167167
margin-bottom: 25px;
168-
box-shadow: 0 1px 2px rgba(#202951, 0.16);
168+
box-shadow: 0 0.12em 2px rgba($YB_DARK_GRAY_2, 0.05), 0 0.5em 10px rgba($YB_DARK_GRAY_2, 0.07);
169169
z-index: 2;
170170
position: relative;
171171

@@ -793,7 +793,7 @@ h1, h2, h3, h4, h5, h6 {
793793
background-color: #fff;
794794
padding: 0 32px;
795795
border-radius: 7px;
796-
box-shadow: 0 1px 2px rgba(#202951, 0.16);
796+
box-shadow: 0 0.12em 2px rgba($YB_DARK_GRAY_2, 0.05), 0 0.5em 10px rgba($YB_DARK_GRAY_2, 0.07);
797797

798798
@media only screen and (max-width: 991px) {
799799
padding: 0 25px;

0 commit comments

Comments
 (0)