mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Spit & Polish
This commit is contained in:
parent
5491f296ac
commit
51fd62c118
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* The icons used in Ghost are the Pictos set by Drew Wilson - http://pictos.css
|
||||
* The icons used in Ghost are the Pictos set by Drew Wilson - http://pictos.cc
|
||||
* They are embedded via a custom icon font built with http://icomoon.io
|
||||
*
|
||||
* Table of Contents:
|
||||
@ -7,7 +7,7 @@
|
||||
* Font Face
|
||||
* Icon Element
|
||||
* Icon Variables / Short Names
|
||||
* Usage
|
||||
* Usage Docs
|
||||
*/
|
||||
|
||||
|
||||
@ -15,8 +15,7 @@
|
||||
The Font Face
|
||||
============================================================================= */
|
||||
|
||||
/* Generated by icomoon.co */
|
||||
|
||||
// Generated by icomoon.co
|
||||
@font-face {
|
||||
font-family: 'Icons';
|
||||
src:url('../fonts/icons.eot');
|
||||
@ -188,7 +187,7 @@ write our Sass something like this:
|
||||
@include icon($i-camera, 16px, #fff) {vertical-align:-10%;};
|
||||
}
|
||||
|
||||
Thi would then output full CSS something like this:
|
||||
This would then output full CSS something like this:
|
||||
|
||||
#button {
|
||||
display: block;
|
||||
@ -211,5 +210,3 @@ Thi would then output full CSS something like this:
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user