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
0b88715f
Commit
0b88715f
authored
6 months ago
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint error
parent
8933819d
Pipeline
#20384
failed with stages
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
toc.css
src/css/toc.css
+11
-6
vars.css
src/css/vars.css
+1
-0
No files found.
src/css/toc.css
View file @
0b88715f
/* stylelint-disable-next-line property-no-unknown */
.toc-menu
{
color
:
var
(
--toc-font-color
);
margin-top
:
2.5rem
;
...
...
@@ -280,19 +282,22 @@
@keyframes
l5
{
0
%
{
box-shadow
:
15px
0
var
(
--color-bwg-main
),
-15px
0
#0072CE20
;
box-shadow
:
15px
0
var
(
--color-bwg-main
),
-15px
0
var
(
--color-bwg-20
)
;
background
:
var
(
--color-bwg-main
);
}
33
%
{
box-shadow
:
15px
0
var
(
--color-bwg-main
),
-15px
0
#0072CE20
;
background
:
#0072CE20
;
box-shadow
:
15px
0
var
(
--color-bwg-main
),
-15px
0
var
(
--color-bwg-20
)
;
background
:
var
(
--color-bwg-20
)
;
}
66
%
{
box-shadow
:
15px
0
#0072CE20
,
-15px
0
var
(
--color-bwg-main
);
background
:
#0072CE20
;
box-shadow
:
15px
0
var
(
--color-bwg-20
)
,
-15px
0
var
(
--color-bwg-main
);
background
:
var
(
--color-bwg-20
)
;
}
100
%
{
box-shadow
:
15px
0
#0072CE20
,
-15px
0
var
(
--color-bwg-main
);
box-shadow
:
15px
0
var
(
--color-bwg-20
)
,
-15px
0
var
(
--color-bwg-main
);
background
:
var
(
--color-bwg-main
);
}
}
This diff is collapsed.
Click to expand it.
src/css/vars.css
View file @
0b88715f
:root
{
/* colors */
--color-bwg-main
:
#0072ce
;
--color-bwg-20
:
#0072ce20
;
--color-white
:
#fff
;
--color-smoke-10
:
#fefefe
;
--color-smoke-30
:
#fafafa
;
...
...
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