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
7d2a11a2
Commit
7d2a11a2
authored
2 years ago
by
Vinod Kumar
Browse files
Options
Download
Patches
Plain Diff
Issue #ED-420 CSS cleanup and themes cleanup & SASS migration
parent
be0736d5
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/_default.scss
+10
-8
themes/portal/_default.scss
with
10 additions
and
8 deletions
+10
-8
themes/portal/_default.scss
+
10
−
8
View file @
7d2a11a2
...
...
@@ -156,6 +156,10 @@ html[data-theme='default'] {
--signup-panel-bg
:
var
(
--
white
);
//explore-page
--sb-section-preference
:
var
(
--
black
);
--slick-dots-active-color
:
var
(
--
gray-200
);
--slick-dots-color
:
var
(
--
gray-800
);
.sb-single-resource
{
.content-video__player
{
background
:
var
(
--
white
);
...
...
@@ -537,7 +541,11 @@ html[data-theme='default'][data-mode='darkmode'] {
--quml-close-icon
:
#fff
;
--signup-panel-bg
:
var
(
--
sbt-body-bg2
);
//explore-page
--sb-explore-hr
:
#000
;
--sb-section-preference
:
var
(
--
white
);
--slick-dots-active-color
:
var
(
--
gray-200
);
--slick-dots-color
:
var
(
--
gray-800
);
input
.
sb-form-control
:
-
internal-autofill-selected
{
color-scheme
:
dark
;
box-shadow
:
0
0
0
1000px
#333
inset
;
...
...
@@ -751,11 +759,6 @@ html[data-theme='default'][data-mode='darkmode'] {
}
}
.section-hr
{
border
:
0
.03125rem
solid
#000
;
}
.sb-notification-container
.clear-text
a
{
color
:
var
(
--
primary-color
)
!
important
;
}
...
...
@@ -1451,8 +1454,7 @@ html[data-theme='default'][data-mode='darkmode'] {
.sbaccordion__panel-content
.heading
,
.data-labels
,
.ui.selection.dropdown
.menu
>
.message
,
.sb-section-preference
{
.ui.selection.dropdown
.menu
>
.message
{
color
:
var
(
--
white
);
}
...
...
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