diff --git a/src/app/resources/resources.component.html b/src/app/resources/resources.component.html index 1cd7e8e92b..4b6a5f190a 100644 --- a/src/app/resources/resources.component.html +++ b/src/app/resources/resources.component.html @@ -98,14 +98,11 @@
- +
-

- {{'NO_BOOKS_AVAILABLE' | translate}} -

-

{{'NO_BOOKS_DEFINITION' | translate:{'%s': appLabel} }}

- +

{{'NO_BOOKS_TEXT' | translate:{'%s': appLabel} }}

+ {{'REQUEST_CONTENT' | translate}}
diff --git a/src/app/resources/resources.component.scss b/src/app/resources/resources.component.scss index 08bb0fed4d..ab8340024f 100644 --- a/src/app/resources/resources.component.scss +++ b/src/app/resources/resources.component.scss @@ -21,7 +21,7 @@ z-index: 1; } .main-container { - background: #fff; + background: $white; position: relative; } .offline-header { @@ -44,7 +44,7 @@ background-color: #f2f2f2; } .sb-view-more { - background: #edf4f9; + background: $light-blue; text-align: center; padding: $base-block-space * 2; color: $primary-color; @@ -52,17 +52,21 @@ } .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 { @@ -75,7 +79,7 @@ margin: 0; font-size: 16px; padding-top: 4%; - color: #666666; + color: $gray-400; font-weight: bold; letter-spacing: -0.46px } diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index f65013b38d..ef81d88ce4 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -160,7 +160,7 @@ "CREDITS_LICENCE_INFO": "Credits & License Info", "CSV_DOWNLOAD_SUCCESS": "{{%s}} saved in ‘Downloads’", "CURRENT_LANGUAGE": "Current Language ", - "REQUEST_CONTENT": "Request for Content", + "REQUEST_CONTENT": "Let us know here", "SEE_MORE_BOOKS": "See more books and content", "DATA_SYNC": "Data Sync", "DATA_SYNC_FAILURE": "Could not sync data, try again later", @@ -757,5 +757,6 @@ "INTERACTIVE_MATERIAL": "interactive study material", "THANKING_NOTE": "We will notify you as soon as your state board uploads your requested books on {{%s}}", "EXPLORE_HEADING": "Explore following on {{%s}}", - "SEE_MORE_CONTENT": "See more content" + "SEE_MORE_CONTENT": "See more content", + "NO_BOOKS_TEXT": "Couldn't find your subject's textbook on {{%s}}?" }