Created
May 7, 2016 10:15
-
-
Save anthonyjb/a6aec8ecfbfe6f875d5c6691687ba43d to your computer and use it in GitHub Desktop.
CSS required to use the `http://cdn.jsdelivr.net/contenttools/1.2.4/content-tools.css.js`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'icon'; | |
src: url('http://cdn.jsdelivr.net/contenttools/1.2.4/icons.woff'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.ce-element--drop:before { | |
background-image: url('http://cdn.jsdelivr.net/contenttools/1.2.4/images/drop-vert-above.svg'); | |
} | |
.ce-element--drop-left:before, | |
.ce-element--drop-right:before { | |
background-image: url('http://cdn.jsdelivr.net/contenttools/1.2.4/images/drop-horz.svg'); | |
} | |
.ce-element--drop.ce-element--type-table-row { | |
background-image: url('http://cdn.jsdelivr.net/contenttools/1.2.4/images/drop-vert-above.svg'); | |
} | |
.ce-element--drop.ce-element--type-table-row.ce-element--drop-below { | |
background-image: url('http://cdn.jsdelivr.net/contenttools/1.2.4/images/drop-vert-below.svg'); | |
} | |
.ce-element--type-video { | |
background-image: url('http://cdn.jsdelivr.net/contenttools/1.2.4/images/video.svg'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment