Commit da2b6f26 authored by sri-pusuluri's avatar sri-pusuluri
Browse files

Acqua theme updates v83

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
{
"name": "@project-sunbird/sb-themes",
"version": "0.0.82",
"version": "0.0.83",
"description": "Sunbird project application themes",
"main": "index.js",
"scripts": {
......
......@@ -130,7 +130,7 @@ body::before {
background-color: transparent !important;
background-repeat: no-repeat;
background-position: left center;
background-image: url(assets/imgs/left-object.svg); // image has to passed on configuration
// background-image: url(assets/imgs/left-object.svg); // image has to passed on configuration
background-size: contain;
position: absolute;
left: -10%;
......@@ -145,7 +145,7 @@ body::after {
background-color: transparent !important;
background-repeat: no-repeat;
background-position: center center;
background-image: url(/assets/imgs/right-object.svg); // image has to passed on configuration
// background-image: url(/assets/imgs/right-object.svg); // image has to passed on configuration
background-size: contain;
position: absolute;
right: -20%;
......
......@@ -2566,4 +2566,5 @@ html[device-accessable-theme="accessible"][data-mode="DARKMODE"] {
}
}
@import './themes-mobile-aqua.scss';
@import './themes-mobile-inded.scss';
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment