Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
e4daac41
Commit
e4daac41
authored
Jun 09, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused font variables and adjust components accordingly
parent
459e6e60
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
26 deletions
+9
-26
excerpt.scss
src/styles/sidebar/components/excerpt.scss
+0
-1
tag-editor.scss
src/styles/sidebar/components/tag-editor.scss
+1
-2
tag-list.scss
src/styles/sidebar/components/tag-list.scss
+1
-2
variables.scss
src/styles/variables.scss
+7
-21
No files found.
src/styles/sidebar/components/excerpt.scss
View file @
e4daac41
...
...
@@ -35,7 +35,6 @@
.excerpt__toggle-link
{
padding-left
:
15px
;
background-image
:
linear-gradient
(
to
right
,
transparent
0px
,
white
12px
);
line-height
:
var
.
$normal-line-height
;
}
.excerpt__toggle-button
{
...
...
src/styles/sidebar/components/tag-editor.scss
View file @
e4daac41
...
...
@@ -19,7 +19,6 @@
&
__item
{
display
:
flex
;
margin
:
0
.25em
0
.5em
0
.25em
0
;
line-height
:
var
.
$base-line-height
;
}
&
__edit
{
...
...
@@ -28,7 +27,7 @@
border
:
1px
solid
var
.
$grey-3
;
border-radius
:
2px
0
0
2px
;
border-right-width
:
0
;
padding
:
0
0
.5em
;
padding
:
2px
0
.5em
;
}
&
__delete
{
...
...
src/styles/sidebar/components/tag-list.scss
View file @
e4daac41
...
...
@@ -7,8 +7,7 @@
&
__item
{
margin
:
0
.25em
0
.5em
0
.25em
0
;
padding
:
0
0
.5em
;
line-height
:
var
.
$base-line-height
;
padding
:
2px
0
.5em
;
background
:
var
.
$grey-0
;
border
:
1px
solid
var
.
$grey-3
;
border-radius
:
2px
;
...
...
src/styles/variables.scss
View file @
e4daac41
...
...
@@ -70,20 +70,6 @@ $sans-font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
sans-serif
!
default
;
$mono-font-family
:
Open
Sans
Mono
,
Menlo
,
DejaVu
Sans
Mono
,
monospace
!
default
;
$base-font-size
:
12px
!
default
;
$base-line-height
:
20px
!
default
;
$body1-font-size
:
12px
;
$body1-line-height
:
1
.4em
;
$body2-font-size
:
14px
;
$normal-font-size
:
13px
;
$normal-line-height
:
17px
;
$small-font-size
:
11px
;
$small-line-height
:
15px
;
// Transitional Typography (Temporary)
// -----------------------------------
...
...
@@ -123,23 +109,23 @@ $popup-menu-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
@mixin
font-tiny
{
font-size
:
10px
;
line-height
:
$small-line-height
;
line-height
:
14px
;
font-weight
:
400
;
}
@mixin
font-small
{
font-size
:
$small-font-size
;
line-height
:
$small-line-height
;
font-size
:
11px
;
line-height
:
15px
;
font-weight
:
400
;
}
@mixin
font-normal
{
font-size
:
$normal-font-size
;
line-height
:
$normal-line-height
;
font-size
:
13px
;
line-height
:
17px
;
font-weight
:
400
;
}
@mixin
font-big
{
font-size
:
$body2-font-size
;
line-height
:
$base-line-height
;
font-size
:
14px
;
line-height
:
20px
;
}
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