Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
abcc8a2a
Commit
abcc8a2a
authored
9 months ago
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sidebar style -- background color, box-shadow
parent
54f7c7ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
doc.css
src/css/doc.css
+2
-1
vars.css
src/css/vars.css
+2
-1
No files found.
src/css/doc.css
View file @
abcc8a2a
...
...
@@ -774,7 +774,8 @@
.doc
.sidebarblock
{
background
:
var
(
--sidebar-background
);
border-radius
:
0.75rem
;
padding
:
0.75rem
1.5rem
;
padding
:
1.5rem
;
box-shadow
:
0
1px
2px
1px
rgba
(
47
,
56
,
61
,
.15
),
0
1px
2px
rgba
(
47
,
56
,
61
,
.2
);
}
.doc
.sidebarblock
>
.content
>
.title
{
...
...
This diff is collapsed.
Click to expand it.
src/css/vars.css
View file @
abcc8a2a
...
...
@@ -107,7 +107,8 @@
--quote-border-color
:
var
(
--color-gray-70
);
--quote-font-color
:
var
(
--color-gray-70
);
--quote-attribution-font-color
:
var
(
--color-gray-40
);
--sidebar-background
:
var
(
--color-smoke-90
);
/* --sidebar-background: var(--color-smoke-90); */
--sidebar-background
:
var
(
--color-white
);
--table-border-color
:
var
(
--panel-border-color
);
--table-stripe-background
:
var
(
--panel-background
);
--table-footer-background
:
linear-gradient
(
to
bottom
,
var
(
--color-smoke-70
)
0%
,
var
(
--color-white
)
100%
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment