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
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hyeryung
SWLab UI
Commits
d27f7424
Commit
d27f7424
authored
May 16, 2024
by
hyeryung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update css (lint error)
parent
51af37cb
Pipeline
#18972
passed with stages
in 1 minute and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
doc.css
src/css/doc.css
+2
-3
header.css
src/css/header.css
+1
-2
vars.css
src/css/vars.css
+1
-5
No files found.
src/css/doc.css
View file @
d27f7424
...
...
@@ -669,7 +669,7 @@
}
.doc
.olist
li
>
.admonitionblock
,
.doc
.ulist
li
>
.admonitionblock
{
.doc
.ulist
li
>
.admonitionblock
{
margin-left
:
1em
;
}
...
...
@@ -1037,8 +1037,7 @@
background
:
var
(
--kbd-background
);
border
:
1px
solid
var
(
--kbd-border-color
);
border-radius
:
0.25em
;
box-shadow
:
0
1px
0
var
(
--kbd-border-color
),
0
0
0
0.1em
var
(
--body-background
)
inset
;
box-shadow
:
0
1px
0
var
(
--kbd-border-color
),
0
0
0
0.1em
var
(
--body-background
)
inset
;
padding
:
0.25em
0.5em
;
vertical-align
:
text-bottom
;
white-space
:
nowrap
;
/* effectively ignores hyphens setting */
...
...
src/css/header.css
View file @
d27f7424
...
...
@@ -105,8 +105,7 @@ body {
}
.navbar-burger
:not
(
.is-active
)
span
{
transition
:
transform
ease-out
0.25s
,
opacity
0s
0.25s
,
margin-top
ease-out
0.25s
0.25s
;
transition
:
transform
ease-out
0.25s
,
opacity
0s
0.25s
,
margin-top
ease-out
0.25s
0.25s
;
}
.navbar-burger
span
+
span
{
...
...
src/css/vars.css
View file @
d27f7424
...
...
@@ -118,11 +118,7 @@
--sidebar-background
:
var
(
--color-smoke-90
);
--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%
);
--table-footer-background
:
linear-gradient
(
to
bottom
,
var
(
--color-smoke-70
)
0%
,
var
(
--color-white
)
100%
);
/* toc */
--toc-font-color
:
var
(
--nav-muted-color
);
--toc-heading-font-color
:
var
(
--doc-font-color
);
...
...
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