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
de854e3a
Commit
de854e3a
authored
Mar 17, 2013
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up typography mixins and classes
parent
9b1dea03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
30 deletions
+7
-30
app.scss
h/css/app.scss
+1
-1
base.scss
h/css/base.scss
+0
-18
common.scss
h/css/common.scss
+6
-11
No files found.
h/css/app.scss
View file @
de854e3a
...
...
@@ -226,7 +226,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
position
:
relative
;
text-align
:
right
;
top
:
-3
.5em
;
a
{
@
include
tertiarytext
;
}
a
{
@
extend
.small
;
}
}
input
:not
([
type
=
"submit"
])
{
width
:
100%
;
}
...
...
h/css/base.scss
View file @
de854e3a
...
...
@@ -187,24 +187,6 @@ $em: 14 / 1em !default;
}
//ANNOTATOR TEXT STYLES////////////////////////////////
@mixin
primarytext
{
font-weight
:
bold
;
font-size
:
1
.3em
;
}
@mixin
secondarytext
{
font-size
:
1
.1em
;
font-weight
:
bold
;
}
@mixin
tertiarytext
{
font-size
:
.8em
;
}
//FONTICON////////////////////////////////
@mixin
fonticon
(
$char
,
$iconside
,
$offset
:
0
)
{
text-decoration
:
none
;
...
...
h/css/common.scss
View file @
de854e3a
...
...
@@ -53,12 +53,11 @@ h2 {
}
h3
{
font-size
:
1em
;
margin
:
0
;
font-size
:
1
.4em
;
}
h4
{
font-size
:
1
.
2
5em
;
font-size
:
1
.
1
5em
;
margin
:
0
0
.1em
;
}
...
...
@@ -101,8 +100,8 @@ button, input[type=submit], .btn {
display
:
inline-block
}
.
tertiarytext
{
@include
tertiarytext
;
.
small
{
font-size
:
.8em
;
}
.icon-hidden
{
...
...
@@ -532,7 +531,7 @@ blockquote {
}
.tip
{
@
include
tertiarytext
;
@
extend
.small
;
float
:
right
;
}
}
...
...
@@ -572,10 +571,6 @@ blockquote {
@include
icon
(
"minus_1.png"
);
}
.reply-count
{
@include
tertiarytext
;
}
.annotation
{
padding-top
:
.35em
;
&
.squished
{
...
...
@@ -627,7 +622,7 @@ blockquote {
margin
.1s
ease-in-out
.25s
,
opacity
.1s
ease-in-out
.25s
);
@
include
tertiarytext
;
@
extend
.small
;
float
:
left
;
margin-left
:
1em
;
}
...
...
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