Skip to content

Commit

Permalink
Issue #SB-19773 CHORE: changed color to common values
Browse files Browse the repository at this point in the history
  • Loading branch information
subranil committed Jul 9, 2020
1 parent aa94eb0 commit 39f2467
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/resources/resources.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
z-index: 1;
}
.main-container {
background: #fff;
background: $white;
position: relative;
}
.offline-header {
Expand All @@ -44,29 +44,29 @@
background-color: #f2f2f2;
}
.sb-view-more {
background: #edf4f9;
background: $light-blue;
text-align: center;
padding: $base-block-space * 2;
color: $primary-color;
font-weight: bolder;
}
.explore-more-content {
border-radius: 4px;
background-color: #FFFFFF;
background-color: $white;
color: #004D9F;
padding-left: 16px;
padding-right: 16px;
}
.explore-more-books {
--background: #024F9D;
--background: #{$blue};
border-radius: 4px;
padding-left: 16px;
padding-right: 16px;
}
.sub-heading {
padding: 1em 4em !important;
font-size: 12px;
color: #333333;
color: $gray-800;
margin: 0;
}
.sb-nodownloads-container {
Expand All @@ -79,7 +79,7 @@
margin: 0;
font-size: 16px;
padding-top: 4%;
color: #666666;
color: $gray-400;
font-weight: bold;
letter-spacing: -0.46px
}
Expand Down

0 comments on commit 39f2467

Please sign in to comment.