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
557c7cbf
Commit
557c7cbf
authored
Jun 05, 2024
by
hyeryung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint error
parent
bb56d0b7
Pipeline
#19209
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
doc.css
src/css/doc.css
+4
-9
vars.css
src/css/vars.css
+1
-5
No files found.
src/css/doc.css
View file @
557c7cbf
...
...
@@ -76,8 +76,7 @@
background
:
var
(
--color-white
);
padding
:
25px
;
border-radius
:
var
(
--content-border-radius
);
box-shadow
:
0
1px
2px
1px
rgba
(
47
,
56
,
61
,
0.15
),
0
1px
2px
rgba
(
47
,
56
,
61
,
0.2
);
box-shadow
:
0
1px
2px
1px
rgba
(
47
,
56
,
61
,
0.15
),
0
1px
2px
rgba
(
47
,
56
,
61
,
0.2
);
}
#preamble
+
.sect1
,
...
...
@@ -403,6 +402,8 @@
.doc
.admonitionblock
{
margin
:
1.4rem
0
0
;
border-radius
:
var
(
--content-border-radius
);
border
:
1px
solid
var
(
--color-smoke-90
);
}
.doc
.admonitionblock
p
,
...
...
@@ -431,11 +432,6 @@
word-wrap
:
anywhere
;
}
.doc
.admonitionblock
{
border-radius
:
var
(
--content-border-radius
);
border
:
1px
solid
var
(
--color-smoke-90
);
}
.doc
.admonitionblock.note
{
background-color
:
#f6fafd
;
}
...
...
@@ -1058,8 +1054,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/vars.css
View file @
557c7cbf
...
...
@@ -123,11 +123,7 @@
--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%
);
--table-footer-background
:
linear-gradient
(
to
bottom
,
var
(
--color-smoke-70
)
0%
,
var
(
--color-white
)
100%
);
--content-border-radius
:
10px
;
--content-padding
:
15px
20px
;
/* toc */
...
...
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