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
|
* They are embedded via a custom icon font built with http://icomoon.io
|
||||||
*
|
*
|
||||||
* Table of Contents:
|
* Table of Contents:
|
||||||
@ -7,7 +7,7 @@
|
|||||||
* Font Face
|
* Font Face
|
||||||
* Icon Element
|
* Icon Element
|
||||||
* Icon Variables / Short Names
|
* Icon Variables / Short Names
|
||||||
* Usage
|
* Usage Docs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -15,8 +15,7 @@
|
|||||||
The Font Face
|
The Font Face
|
||||||
============================================================================= */
|
============================================================================= */
|
||||||
|
|
||||||
/* Generated by icomoon.co */
|
// Generated by icomoon.co
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icons';
|
font-family: 'Icons';
|
||||||
src:url('../fonts/icons.eot');
|
src:url('../fonts/icons.eot');
|
||||||
@ -188,7 +187,7 @@ write our Sass something like this:
|
|||||||
@include icon($i-camera, 16px, #fff) {vertical-align:-10%;};
|
@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 {
|
#button {
|
||||||
display: block;
|
display: block;
|
||||||
@ -210,6 +209,4 @@ Thi would then output full CSS something like this:
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user