mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Cleaned up typographic rules
This commit is contained in:
parent
da0d355a99
commit
82a357da70
1 changed files with 11 additions and 17 deletions
|
@ -9,7 +9,6 @@
|
|||
* Typography
|
||||
* Colors
|
||||
* Gradients
|
||||
* Typography
|
||||
* Global Styles
|
||||
*
|
||||
*/
|
||||
|
@ -60,6 +59,17 @@ $font-family: 'Open Sans', sans-serif;
|
|||
$font-family-serif: serif;
|
||||
$font-family-mono: Inconsolata, monospace;
|
||||
|
||||
@mixin baseline {
|
||||
margin: 1.6em 0;
|
||||
}
|
||||
|
||||
//Does this really need to be a mixin?
|
||||
@mixin hidden {
|
||||
text-indent: -9999px;
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Colors
|
||||
|
@ -132,22 +142,6 @@ $green: #9FBB58;
|
|||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Typography
|
||||
============================================================================= */
|
||||
|
||||
@mixin baseline {
|
||||
margin: 1.6em 0;
|
||||
}
|
||||
|
||||
//Does this really need to be a mixin?
|
||||
@mixin hidden {
|
||||
text-indent: -9999px;
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Global Elements
|
||||
============================================================================= */
|
||||
|
|
Loading…
Add table
Reference in a new issue