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
573f55d9
Unverified
Commit
573f55d9
authored
2 years ago
by
srinivasan pusuluri
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #118 from sri-pusuluri/cssCleanup
Issue #ED-422 sass migration fix
parents
8a8b2df0
8c855a4a
master
release-5.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/portal/_layout-joy.scss
+3
-6
themes/portal/_layout-joy.scss
with
3 additions
and
6 deletions
+3
-6
themes/portal/_layout-joy.scss
+
3
−
6
View file @
573f55d9
...
...
@@ -8,7 +8,7 @@ html[layout='joy'] {
--primary-theme-contrast-rgb
:
rgb
(
0
,
0
,
0
);
--primary-theme-shade
:
hsl
(
var
(
--
primary-theme-hsl
)
,
60%
);
--primary-theme-tint
:
hsl
(
var
(
--
primary-theme-hsl
)
,
40%
);
--primary-hs
:
206
,
100%
;
--primary-color
:
#024f9d
;
--primary-200
:
#AFCCE1
;
...
...
@@ -19,12 +19,8 @@ html[layout='joy'] {
--sbt-body-bg
:
#e9e8d9
;
--sbt-body-bg2
:
#f3f3e5
;
--sbt-primary-bg
:
var
(
--
primary-theme
);
--sbt-filter-bar-bg
:
var
(
--
sbt-body-bg
);
--sbt-header-bg
:
var
(
--
primary-theme
);
--sbt-border-chapter
:
#E4E8EE
;
--sbt-language-dropdown-item
:
var
(
--
green
);
--sbt-language-selectbox
:
var
(
--
green
);
...
...
@@ -38,6 +34,7 @@ html[layout='joy'] {
--sb-linkmenu-icon-bg-hover
:
var
(
--
white
);
--sb-btn-default-color
:
var
(
--
white
);
--sb-profile-bg-c-4
:
var
(
--
sbt-body-bg
);
//Modal
--sb-modal-header-text
:
var
(
--
black
);
--sb-modal-content-bg
:
var
(
--
sbt-compt-bg
);
...
...
@@ -179,7 +176,7 @@ html[layout='joy'] {
}
.sb-btn-round
{
background
:
var
(
--
white
);
background
:
var
(
--
primary-color
);
border-radius
:
50%
!
important
;
box-shadow
:
var
(
--
sbt-box-shadow-6px
)
!
important
;
min-width
:
3rem
!
important
;
...
...
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