Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-themes
Commits
da2b6f26
Commit
da2b6f26
authored
2 years ago
by
sri-pusuluri
Browse files
Options
Download
Patches
Plain Diff
Acqua theme updates v83
parent
cce1f763
master
release-5.1.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+1
-1
package.json
themes/themes-mobile-aqua.scss
+2
-2
themes/themes-mobile-aqua.scss
themes/themes-mobile.scss
+1
-0
themes/themes-mobile.scss
with
4 additions
and
3 deletions
+4
-3
package.json
+
1
−
1
View file @
da2b6f26
{
"name"
:
"@project-sunbird/sb-themes"
,
"version"
:
"0.0.8
2
"
,
"version"
:
"0.0.8
3
"
,
"description"
:
"Sunbird project application themes"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
themes/themes-mobile-aqua.scss
+
2
−
2
View file @
da2b6f26
...
...
@@ -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%
;
...
...
This diff is collapsed.
Click to expand it.
themes/themes-mobile.scss
+
1
−
0
View file @
da2b6f26
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets