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
598cf22a
Commit
598cf22a
authored
Jun 09, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use `font-normal` and `font-small` mixins where possible
parent
b3cca101
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
9 deletions
+8
-9
annotation-share-control.scss
src/styles/sidebar/components/annotation-share-control.scss
+2
-2
annotation-share-info.scss
src/styles/sidebar/components/annotation-share-info.scss
+1
-1
autocomplete-list.scss
src/styles/sidebar/components/autocomplete-list.scss
+1
-1
help-panel.scss
src/styles/sidebar/components/help-panel.scss
+1
-2
markdown-editor.scss
src/styles/sidebar/components/markdown-editor.scss
+1
-1
menu-section.scss
src/styles/sidebar/components/menu-section.scss
+1
-1
moderation-banner.scss
src/styles/sidebar/components/moderation-banner.scss
+1
-1
No files found.
src/styles/sidebar/components/annotation-share-control.scss
View file @
598cf22a
...
...
@@ -30,14 +30,14 @@
}
&
.form-input
{
@include
var
.
font-small
;
padding
:
0
.5em
;
border-radius
:
0
;
font-size
:
var
.
$small-font-size
;
}
&
__permissions
{
@include
var
.
font-small
;
margin
:
0
.5em
0
;
font-size
:
var
.
$small-font-size
;
}
&
__arrow
{
...
...
src/styles/sidebar/components/annotation-share-info.scss
View file @
598cf22a
...
...
@@ -6,9 +6,9 @@
&
__group
,
&
__private
{
@include
var
.
font-normal
;
display
:
flex
;
align-items
:
baseline
;
font-size
:
var
.
$body1-font-size
;
color
:
var
.
$color-text-light
;
}
...
...
src/styles/sidebar/components/autocomplete-list.scss
View file @
598cf22a
...
...
@@ -8,6 +8,7 @@
}
.autocomplete-list__items
{
@include
var
.
font-normal
;
@supports
(
clip-path
:
polygon
(
0
0
,
100
%
0
,
0
%
100
%
,
0
%
100
%
))
{
&
:before
{
/**
...
...
@@ -29,7 +30,6 @@
}
}
position
:
absolute
;
font-size
:
var
.
$body2-font-size
;
top
:
5px
;
max-width
:
100%
;
min-width
:
10em
;
...
...
src/styles/sidebar/components/help-panel.scss
View file @
598cf22a
...
...
@@ -10,11 +10,10 @@
}
&
__content
{
@include
var
.
font-normal
;
padding
:
0
.5em
;
border-top
:
1px
solid
var
.
$grey-3
;
border-bottom
:
1px
solid
var
.
$grey-3
;
line-height
:
var
.
$normal-line-height
;
font-size
:
var
.
$normal-font-size
;
a
{
text-decoration
:
underline
;
...
...
src/styles/sidebar/components/markdown-editor.scss
View file @
598cf22a
...
...
@@ -42,7 +42,7 @@ $toolbar-border: 0.1em solid var.$grey-3;
}
&
.is-text
{
font-size
:
13px
;
@include
var
.
font-normal
;
}
&
-icon
{
...
...
src/styles/sidebar/components/menu-section.scss
View file @
598cf22a
...
...
@@ -5,8 +5,8 @@
}
.menu-section__heading
{
@include
var
.
font-normal
;
color
:
var
.
$color-text-light
;
font-size
:
var
.
$body1-font-size
;
line-height
:
1
;
margin
:
1px
1px
0
;
margin-bottom
:
10px
;
...
...
src/styles/sidebar/components/moderation-banner.scss
View file @
598cf22a
...
...
@@ -5,12 +5,12 @@
$h-padding
:
15px
;
.moderation-banner
{
@include
var
.
font-normal
;
position
:
relative
;
color
:
white
;
display
:
flex
;
flex-direction
:
row
;
font-size
:
var
.
$normal-font-size
;
font-weight
:
bold
;
}
...
...
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