diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..2a1858d --- /dev/null +++ b/TODO.rst @@ -0,0 +1,6 @@ + +- glyphs: use svg instead of relying on font. +- should select2.css be imported? + + + diff --git a/_common.scss b/_common.scss new file mode 100644 index 0000000..b771858 --- /dev/null +++ b/_common.scss @@ -0,0 +1,60 @@ +@charset "UTF-8"; + +// Assets +@import "libraries/fontello/css/fontello"; + +@import "assets/animations"; +@import "assets/glyphs"; +@import "assets/colours"; +@import "assets/symbols"; +@import "assets/mixins"; + +// Parameters + +$body-font-family: "Source Sans Pro", sans-serif !default; + +$break-small: 768px !default; +$break-large: 1280px !default; +$pat-tail-white: 15px !default; +$border-radii: 10px !default; + +// Menu list + +$menu-list-top-bottom-padding: 2px !default; + +// Buttons + +$button-border: none !default; +$button-border-radius: $border-radii !default; +$button-background-image: none !default; +$button-font-weight: bold !default; +$button-text-colour: white !default; +$button-text-colour-hover: white !default; +$button-text-colour-subdued: rgba(0, 0, 0, 0.6) !default; +$button-text-colour-subdued-hover: rgba(0, 0, 0, 1) !default; +$button-background-colour-subdued: rgba(0, 0, 0, 0.15) !default; +$button-background-colour: $colour-accent !default; + +$button-height: 35px !default; +$button-font-size: 1em !default; +$button-paddings: 0 1em !default; + +$button-small-height: 20px !default; +$button-small-font-size: 0.8em !default; +$button-small-paddings: 0 0.8em !default; + +$canvas-toolbar-button-height: $button-height !default; + +$grid-gutter: "1em" !default; + +$default-screen-padding: 40px !default; +$default-screen-padding-small: 15px !default; + +$tooltip-border-radii: $border-radii !default; +$tooltip-padding: 18px !default; +$default-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !default; +$default-box-shadow-hover: 0 0 15px rgba(0, 0, 0, 0.2) !default; +$default-box-shadow-active: inset 0 0 10px rgba(0, 0, 0, 0.4) !default; +$default-focus-marking: 0 0 2px rgba(0, 0, 0, 0.5) !default; +$form-fields-border-radius: $border-radii !default; +$form-input-field-line-height: inherit !default; diff --git a/_patterns.scss b/_patterns.scss index 7f947e7..c1d16c8 100644 --- a/_patterns.scss +++ b/_patterns.scss @@ -1,62 +1,6 @@ @charset "UTF-8"; -// Assets - -@import "assets/animations"; -@import "assets/glyphs"; -@import "assets/colours"; -@import "assets/symbols"; -@import "assets/mixins"; - -// Parameters - -$body-font-family: 'Source Sans Pro', sans-serif !default; - -$break-small: 768px !default; -$break-large: 1280px !default; -$pat-tail-white: 15px !default; - -// Menu list - -$menu-list-top-bottom-padding: 2px !default; - -// Buttons - -$button-border: none !default; -$button-border-radius: $border-radii !default; -$button-background-image: none !default; -$button-font-weight: bold !default; -$button-text-colour: white !default; -$button-text-colour-hover: white !default; -$button-text-colour-subdued: rgba(0,0,0,0.6) !default; -$button-text-colour-subdued-hover: rgba(0,0,0,1) !default; -$button-background-colour-subdued: rgba(0, 0, 0, 0.15) !default; -$button-background-colour: $colour-accent !default; - -$button-height: 35px !default; -$button-font-size: 1em !default; -$button-paddings: 0 1em !default; - -$button-small-height: 20px !default; -$button-small-font-size: 0.8em !default; -$button-small-paddings: 0 0.8em !default; - -$canvas-toolbar-button-height: $button-height !default; - -$grid-gutter: '1em' !default; - -$default-screen-padding: 40px !default; -$default-screen-padding-small: 15px !default; - -$border-radii: 10px !default; -$tooltip-border-radii: $border-radii !default; -$tooltip-padding: 18px !default; -$default-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !default; -$default-box-shadow-hover: 0 0 15px rgba(0,0,0,0.2) !default; -$default-box-shadow-active: inset 0 0 10px rgba(0,0,0,0.4) !default; -$default-focus-marking: 0 0 2px rgba(0,0,0,0.5) !default; -$form-fields-border-radius: $border-radii !default; -$form-input-field-line-height: inherit !default; +@import "common"; // Libraries diff --git a/components/_auto-scale.scss b/components/_auto-scale.scss index 9bab1ed..fb0ef35 100644 --- a/components/_auto-scale.scss +++ b/components/_auto-scale.scss @@ -1,13 +1,9 @@ .pat-auto-scale { - -moz-transform-origin: left top; - -webkit-transform-origin: left top; transform-origin: left top; opacity: 0; - -moz-transition: opacity 0.2s; - -webkit-transition: opacity 0.2s; transition: opacity 0.2s; } .pat-auto-scale.scaled { opacity: 1; -} \ No newline at end of file +} diff --git a/components/_auto-suggest.scss b/components/_auto-suggest.scss index dfc2a9f..65310df 100644 --- a/components/_auto-suggest.scss +++ b/components/_auto-suggest.scss @@ -1,4 +1,5 @@ @charset "UTF-8"; +@import "../common"; $glyph-remove-tag: $glyph-remove; $colour-auto-suggest-pills: $colour-accent !default; @@ -24,11 +25,6 @@ $colour-auto-suggest-pills: $colour-accent !default; font-weight: normal; } -.lt-ie10 .select2-container { - width: 100% !important; - height: auto !important; -} - .select2-container, .select2-drop { @include box-sizing(); } @@ -103,7 +99,7 @@ $colour-auto-suggest-pills: $colour-accent !default; font-size: 1px; text-decoration: none; border: 0; - background: url('select2.png') right top no-repeat; + //background: url('select2.png') right top no-repeat; cursor: pointer; outline: 0; } @@ -722,4 +718,4 @@ disabled look for disabled choices in the results dropdown .select2-search input { background-position: 100% -21px !important; } -} \ No newline at end of file +} diff --git a/components/_bumper.scss b/components/_bumper.scss index 5ae1423..701506c 100644 --- a/components/_bumper.scss +++ b/components/_bumper.scss @@ -1,5 +1,6 @@ @charset "UTF-8"; +@import "../assets/mixins"; .pat-bumper { @include bumper(); -} \ No newline at end of file +} diff --git a/components/_checklist.scss b/components/_checklist.scss index 628e5e2..acd3295 100644 --- a/components/_checklist.scss +++ b/components/_checklist.scss @@ -1,4 +1,5 @@ @charset "UTF-8"; +@import "../common"; @mixin checkbox() { padding-left: 1.5em; @@ -144,4 +145,4 @@ label.pat-checklist { } } } -} \ No newline at end of file +} diff --git a/libraries/fontello/LICENSE.txt b/libraries/fontello/LICENSE.txt new file mode 100644 index 0000000..c49b21f --- /dev/null +++ b/libraries/fontello/LICENSE.txt @@ -0,0 +1,84 @@ +Font license info + + +## Entypo + + Copyright (C) 2012 by Daniel Bruce + + Author: Daniel Bruce + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.entypo.com + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + +## Web Symbols + + Copyright (c) 2011 by Just Be Nice studio. All rights reserved. + + Author: Just Be Nice studio + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.justbenicestudio.com/ + + +## Typicons + + (c) Stephen Hutchings 2012 + + Author: Stephen Hutchings + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://typicons.com/ + + +## Elusive + + Copyright (C) 2013 by Aristeides Stathopoulos + + Author: Aristeides Stathopoulos + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://aristeides.com/ + + +## Iconic + + Copyright (C) 2012 by P.J. Onori + + Author: P.J. Onori + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://somerandomdude.com/work/iconic/ + + +## Modern Pictograms + + Copyright (c) 2012 by John Caserta. All rights reserved. + + Author: John Caserta + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://thedesignoffice.org/project/modern-pictograms/ + + +## Maki + + Copyright (C) Mapbox, LCC + + Author: Mapbox + License: BSD (https://github.com/mapbox/maki/blob/gh-pages/LICENSE.txt) + Homepage: http://mapbox.com/maki/ + + +## Fontelico + + Copyright (C) 2012 by Fontello project + + Author: Crowdsourced, for Fontello project + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://fontello.com + + diff --git a/libraries/fontello/README.txt b/libraries/fontello/README.txt new file mode 100644 index 0000000..beaab33 --- /dev/null +++ b/libraries/fontello/README.txt @@ -0,0 +1,75 @@ +This webfont is generated by http://fontello.com open source project. + + +================================================================================ +Please, note, that you should obey original font licenses, used to make this +webfont pack. Details available in LICENSE.txt file. + +- Usually, it's enough to publish content of LICENSE.txt file somewhere on your + site in "About" section. + +- If your project is open-source, usually, it will be ok to make LICENSE.txt + file publicly available in your repository. + +- Fonts, used in Fontello, don't require a clickable link on your site. + But any kind of additional authors crediting is welcome. +================================================================================ + + +Comments on archive content +--------------------------- + +- /font/* - fonts in different formats + +- /css/* - different kinds of css, for all situations. Should be ok with + twitter bootstrap. Also, you can skip style and assign icon classes + directly to text elements, if you don't mind about IE7. + +- demo.html - demo file, to show your webfont content + +- LICENSE.txt - license info about source fonts, used to build your one. + +- config.json - keeps your settings. You can import it back into fontello + anytime, to continue your work + + +Why so many CSS files ? +----------------------- + +Because we like to fit all your needs :) + +- basic file, .css - is usually enough, it contains @font-face + and character code definitions + +- *-ie7.css - if you need IE7 support, but still don't wish to put char codes + directly into html + +- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face + rules, but still wish to benefit from css generation. That can be very + convenient for automated asset build systems. When you need to update font - + no need to manually edit files, just override old version with archive + content. See fontello source code for examples. + +- *-embedded.css - basic css file, but with embedded WOFF font, to avoid + CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain. + We strongly recommend to resolve this issue by `Access-Control-Allow-Origin` + server headers. But if you ok with dirty hack - this file is for you. Note, + that data url moved to separate @font-face to avoid problems with + + + + + + + +
+

fontello font demo

+ +
+
+
+
icon-home0x2302
+
icon-right-dir0x25b8
+
icon-down-dir0x25be
+
icon-star0x2605
+
+
+
icon-star-empty0x2606
+
icon-check-on0x2611
+
icon-list0x2630
+
icon-tiles0x268f
+
+
+
icon-flag0x2691
+
icon-cog-many0x26ef
+
icon-cut0x2702
+
icon-mail0x2709
+
+
+
icon-edit0x270d
+
icon-pencil0x270e
+
icon-ok-circle0x2714
+
icon-minus-circle0x2796
+
+
+
icon-left-circle0xe4a1
+
icon-right-circle0xe4a2
+
icon-user-add0xe700
+
icon-radio-on0xe702
+
+
+
icon-cancel-circle-open0xe703
+
icon-help-circle0xe704
+
icon-eye0xe70a
+
icon-tag0xe70c
+
+
+
icon-tags0xe70d
+
icon-upload-cloud0xe711
+
icon-print0xe716
+
icon-vcard0xe722
+
+
+
icon-trash-empty0xe729
+
icon-rss0xe73a
+
icon-resize-full0xe744
+
icon-resize-small0xe746
+
+
+
icon-left-open0xe75d
+
icon-right-open0xe75e
+
icon-network0xe776
+
icon-heart-empty0xe800
+
+
+
icon-heart0xe801
+
icon-plus-circle0xe802
+
icon-cancel-circle0xe803
+
icon-cog0xe804
+
+
+
icon-chat0xe805
+
icon-comment0xe806
+
icon-list-large0xe807
+
icon-upload0xe808
+
+
+
icon-download0xe809
+
icon-export0xe80a
+
icon-grid-large0xe80b
+
icon-attention0xe80c
+
+
+
icon-up-circle0xe80d
+
icon-down-circle0xe80e
+
icon-archive0xe80f
+
icon-calendar0xe810
+
+
+
icon-document0xe811
+
icon-brush0xe812
+
icon-cancel-circle-open-light0xe813
+
icon-bell0xe814
+
+
+
icon-follow-empty0xe815
+
icon-contacts0xe816
+
icon-calendar-empty0xe817
+
icon-slides0xe818
+
+
+
icon-info-circle0xe819
+
icon-file-pdf0xe81a
+
icon-file-word0xe81b
+
icon-file-excel0xe81c
+
+
+
icon-file-powerpoint0xe81d
+
icon-file-video0xe81e
+
icon-file-code0xe81f
+
icon-file-audio0xe820
+
+
+
icon-file-archive0xe821
+
icon-file-image0xe822
+
icon-doc-text0xe823
+
icon-ellipsis0xe824
+
+
+
icon-plus0xe825
+
icon-copy0xe826
+
icon-move0xe827
+
icon-share0xe828
+
+
+
icon-rename0xe829
+
icon-ok0xe82a
+
icon-floppy0xe82b
+
icon-speedometer0xe82c
+
+
+
icon-location0xe82d
+
icon-back-in-time0xe82e
+
icon-clock0xe82f
+
icon-external0xe830
+
+
+
icon-plus-10xe831
+
icon-right-hand0xe832
+
icon-religious-jewish0xe833
+
icon-religious-islam0xe834
+
+
+
icon-religious-christian0xe835
+
icon-phone-10xe836
+
icon-box0xe837
+
icon-spin0xe838
+
+
+
icon-bell-alt0xe839
+
icon-thumbs-up-alt0xe83a
+
icon-link0xe83b
+
icon-home-10xe83c
+
+
+
icon-search-10xe83d
+
icon-glass0xe83e
+
icon-music0xe83f
+
icon-newspaper0xe840
+
+
+
icon-video0xe841
+
icon-child0xe842
+
icon-sun0xe843
+
icon-globe0xe844
+
+
+
icon-inbox0xe845
+
icon-award0xe846
+
icon-signal0xe847
+
icon-briefcase0xe848
+
+
+
icon-suitcase0xe849
+
icon-toggle-on0xe84a
+
icon-toggle-off0xe84b
+
icon-bank0xe84c
+
+
+
icon-gwallet0xe84d
+
icon-fork0xe84e
+
icon-magic0xe84f
+
icon-book0xe850
+
+
+
icon-bookmark0xe851
+
icon-stage0xe852
+
icon-money0xe853
+
icon-hammer0xe854
+
+
+
icon-up-open0xe855
+
icon-down-open0xe856
+
icon-align-left0xe857
+
icon-align-center0xe858
+
+
+
icon-align-right0xe859
+
icon-align-justify0xe85a
+
icon-list-bullet0xe85b
+
icon-list-numbered0xe85c
+
+
+
icon-strike0xe85d
+
icon-underline0xe85e
+
icon-superscript0xe85f
+
icon-subscript0xe860
+
+
+
icon-paragraph0xe861
+
icon-bold0xe862
+
icon-italic0xe863
+
icon-table0xe864
+
+
+
icon-ellipsis-10xe865
+
icon-cw0xe866
+
icon-ccw0xe867
+
icon-unlink0xe868
+
+
+
icon-quote-left0xe869
+
icon-add-column0xe86a
+
icon-add-row0xe86b
+
icon-remove-column0xe86c
+
+
+
icon-remove-row0xe86d
+
icon-building0xe86e
+
icon-squares0xe86f
+
icon-newspaper-10xe870
+
+
+
icon-down-bold0xe871
+
icon-left-bold0xe872
+
icon-right-bold0xe873
+
icon-up-bold0xe874
+
+
+
icon-resize-vertical0xe875
+
icon-updown-circle0xe876
+
icon-menu-outline0xe877
+
icon-menu0xe878
+
+
+
icon-manager0xe879
+
icon-docs0xe87a
+
icon-angle-double-right0xe87b
+
icon-workspace0xe87c
+
+
+
icon-bookmark-empty0xe87d
+
icon-mobile0xe87e
+
icon-circles0xe87f
+
icon-star-circled0xe880
+
+
+
icon-newspaper-angle0xe881
+
icon-megaphone0xe882
+
icon-lightbulb0xe883
+
icon-boilerplate0xe884
+
+
+
icon-history0xe885
+
icon-marquee0xe886
+
icon-division0xe887
+
icon-right-big0xe888
+
+
+
icon-arrows-cw0xe889
+
icon-up-big0xe88a
+
icon-feather0xe88b
+
icon-follow0xe88c
+
+
+
icon-subscribed0xe88d
+
icon-subscribe0xe88e
+
icon-app0xe88f
+
icon-exit0xe890
+
+
+
icon-folder-add0xe891
+
icon-trolley0xe892
+
icon-grid0xe893
+
icon-mail-10xe894
+
+
+
icon-star-half0xe895
+
icon-user-10xe896
+
icon-users-10xe897
+
icon-minus0xe898
+
+
+
icon-cancel0xe899
+
icon-th-list0xe89a
+
icon-th0xe89b
+
icon-th-large0xe89c
+
+
+
icon-camera-alt0xe89d
+
icon-camera0xe89e
+
icon-picture-10xe89f
+
icon-videocam0xe8a0
+
+
+
icon-info-circled0xe8a1
+
icon-attach-10xe8a2
+
icon-lock0xe8a3
+
icon-lock-open0xe8a4
+
+
+
icon-eye-10xe8a5
+
icon-eye-off-10xe8a6
+
icon-forward0xe8a7
+
icon-thumbs-down0xe8a8
+
+
+
icon-thumbs-up-10xe8a9
+
icon-pencil-10xe8aa
+
icon-print-10xe8ab
+
icon-retweet0xe8ac
+
+
+
icon-bell-10xe8ad
+
icon-attention-circled0xe8ae
+
icon-calendar-10xe8af
+
icon-folder-open0xe8b0
+
+
+
icon-folder-10xe8b1
+
icon-login0xe8b2
+
icon-volume-off0xe8b3
+
icon-volume-down0xe8b4
+
+
+
icon-volume-up0xe8b5
+
icon-headphones0xe8b6
+
icon-block0xe8b7
+
icon-resize-horizontal0xe8b8
+
+
+
icon-resize-vertical-10xe8b9
+
icon-zoom-in0xe8ba
+
icon-zoom-out0xe8bb
+
icon-down-circled20xe8bc
+
+
+
icon-up-circled20xe8bd
+
icon-down-dir-10xe8be
+
icon-up-dir0xe8bf
+
icon-left-dir0xe8c0
+
+
+
icon-eye-off0xe8c1
+
icon-right-dir-10xe8c2
+
icon-left-open-10xe8c3
+
icon-right-open-10xe8c4
+
+
+
icon-down-big0xe8c5
+
icon-left-big0xe8c6
+
icon-left-hand0xe8c7
+
icon-up-hand0xe8c8
+
+
+
icon-down-hand0xe8c9
+
icon-to-start0xe8ca
+
icon-to-end-alt0xe8cb
+
icon-to-end0xe8cc
+
+
+
icon-pause0xe8cd
+
icon-stop0xe8ce
+
icon-play-circled20xe8cf
+
icon-play0xe8d0
+
+
+
icon-shuffle0xe8d1
+
icon-font0xe8d2
+
icon-leaf0xe8d3
+
icon-to-start-alt0xe8d4
+
+
+
icon-fast-fw0xe8d5
+
icon-fast-bw0xe8d6
+
icon-eject0xe8d7
+
icon-target0xe8d8
+
+
+
icon-text-height0xe8d9
+
icon-text-width0xe8da
+
icon-cloud0xe8db
+
icon-flash0xe8dc
+
+
+
icon-umbrella0xe8dd
+
icon-flight0xe8de
+
icon-indent-right0xe8df
+
icon-indent-left0xe8e0
+
+
+
icon-list-10xe8e1
+
icon-barcode0xe8e2
+
icon-qrcode0xe8e3
+
icon-list-alt0xe8e4
+
+
+
icon-road0xe8e5
+
icon-off0xe8e6
+
icon-adjust0xe8e7
+
icon-tint0xe8e8
+
+
+
icon-asterisk0xe8e9
+
icon-fire0xe8ea
+
icon-gift0xe8eb
+
icon-magnet0xe8ec
+
+
+
icon-chart-bar0xe8ed
+
icon-credit-card0xe8ee
+
icon-floppy-10xe8ef
+
icon-megaphone-10xe8f0
+
+
+
icon-key0xe8f1
+
icon-truck0xe8f2
+
icon-lemon0xe8f3
+
icon-checklist0xe8f4
+
+
+
icon-icon-close-thin0xe8f5
+
icon-icon-down-thin0xe8f6
+
icon-annotation0xe8f7
+
icon-golf-ball0xe8f8
+
+
+
icon-golf-hole0xe8f9
+
icon-title0xe8fa
+
icon-apple-share0xe8fb
+
icon-brain0xe8fc
+
+
+
icon-door-open0xe8fd
+
icon-arrow-curved-up0xe8fe
+
icon-restore0xe8ff
+
icon-arrows0xe900
+
+
+
icon-arrows-apart0xe901
+
icon-patterns-logo0xe902
+
icon-link-ext0xf08e
+
icon-check-off0xf096
+
+
+
icon-phone-squared0xf098
+
icon-twitter0xf099
+
icon-facebook0xf09a
+
icon-github-circled0xf09b
+
+
+
icon-rss-10xf09e
+
icon-hdd0xf0a0
+
icon-certificate0xf0a3
+
icon-left-circled0xf0a8
+
+
+
icon-right-circled0xf0a9
+
icon-up-circled0xf0aa
+
icon-down-circled0xf0ab
+
icon-tasks0xf0ae
+
+
+
icon-filter0xf0b0
+
icon-resize-full-alt0xf0b2
+
icon-beaker0xf0c3
+
icon-blank0xf0c8
+
+
+
icon-menu-10xf0c9
+
icon-pinterest-circled0xf0d2
+
icon-pinterest-squared0xf0d3
+
icon-gplus-squared0xf0d4
+
+
+
icon-gplus0xf0d5
+
icon-money-10xf0d6
+
icon-columns0xf0db
+
icon-sort0xf0dc
+
+
+
icon-sort-down0xf0dd
+
icon-sort-up0xf0de
+
icon-mail-alt0xf0e0
+
icon-linkedin0xf0e1
+
+
+
icon-gauge0xf0e4
+
icon-comment-empty0xf0e5
+
icon-chat-empty0xf0e6
+
icon-sitemap0xf0e8
+
+
+
icon-paste0xf0ea
+
icon-exchange0xf0ec
+
icon-download-cloud0xf0ed
+
icon-upload-cloud-10xf0ee
+
+
+
icon-user-md0xf0f0
+
icon-stethoscope0xf0f1
+
icon-coffee0xf0f4
+
icon-food0xf0f5
+
+
+
icon-hospital0xf0f8
+
icon-ambulance0xf0f9
+
icon-medkit0xf0fa
+
icon-fighter-jet0xf0fb
+
+
+
icon-beer0xf0fc
+
icon-h-sigh0xf0fd
+
icon-plus-squared0xf0fe
+
icon-angle-double-left0xf100
+
+
+
icon-angle-double-up0xf102
+
icon-angle-double-down0xf103
+
icon-angle-left0xf104
+
icon-angle-right0xf105
+
+
+
icon-angle-up0xf106
+
icon-angle-down0xf107
+
icon-desktop0xf108
+
icon-laptop0xf109
+
+
+
icon-tablet0xf10a
+
icon-radio-off0xf10c
+
icon-quote-right0xf10e
+
icon-spinner0xf110
+
+
+
icon-circle0xf111
+
icon-reply0xf112
+
icon-github0xf113
+
icon-folder-open-empty0xf115
+
+
+
icon-smile0xf118
+
icon-frown0xf119
+
icon-meh0xf11a
+
icon-gamepad0xf11b
+
+
+
icon-keyboard0xf11c
+
icon-flag-empty0xf11d
+
icon-flag-checkered0xf11e
+
icon-terminal0xf120
+
+
+
icon-code0xf121
+
icon-reply-all0xf122
+
icon-star-half-alt0xf123
+
icon-direction0xf124
+
+
+
icon-crop0xf125
+
icon-help0xf128
+
icon-info0xf129
+
icon-attention-alt0xf12a
+
+
+
icon-eraser0xf12d
+
icon-puzzle0xf12e
+
icon-mic0xf130
+
icon-mute0xf131
+
+
+
icon-shield0xf132
+
icon-extinguisher0xf134
+
icon-rocket0xf135
+
icon-maxcdn0xf136
+
+
+
icon-angle-circled-left0xf137
+
icon-angle-circled-right0xf138
+
icon-html50xf13b
+
icon-css30xf13c
+
+
+
icon-anchor0xf13d
+
icon-lock-open-alt0xf13e
+
icon-bullseye0xf140
+
icon-ellipsis-vert0xf142
+
+
+
icon-rss-squared0xf143
+
icon-play-circled0xf144
+
icon-ticket0xf145
+
icon-minus-squared0xf146
+
+
+
icon-minus-squared-alt0xf147
+
icon-level-up0xf148
+
icon-level-down0xf149
+
icon-ok-squared0xf14a
+
+
+
icon-pencil-squared0xf14b
+
icon-export-alt0xf14d
+
icon-compass0xf14e
+
icon-expand0xf150
+
+
+
icon-collapse0xf151
+
icon-expand-right0xf152
+
icon-euro0xf153
+
icon-pound0xf154
+
+
+
icon-dollar0xf155
+
icon-rupee0xf156
+
icon-yen0xf157
+
icon-rouble0xf158
+
+
+
icon-won0xf159
+
icon-bitcoin0xf15a
+
icon-doc-inv0xf15b
+
icon-doc-text-inv0xf15c
+
+
+
icon-sort-name-up0xf15d
+
icon-sort-name-down0xf15e
+
icon-sort-alt-up0xf160
+
icon-sort-alt-down0xf161
+
+
+
icon-sort-number-up0xf162
+
icon-sort-number-down0xf163
+
icon-thumbs-down-alt0xf165
+
icon-youtube-squared0xf166
+
+
+
icon-youtube0xf167
+
icon-xing0xf168
+
icon-xing-squared0xf169
+
icon-youtube-play0xf16a
+
+
+
icon-dropbox0xf16b
+
icon-stackoverflow0xf16c
+
icon-instagram0xf16d
+
icon-flickr0xf16e
+
+
+
icon-adn0xf170
+
icon-bitbucket0xf171
+
icon-bitbucket-squared0xf172
+
icon-tumblr0xf173
+
+
+
icon-tumblr-squared0xf174
+
icon-down0xf175
+
icon-up0xf176
+
icon-left0xf177
+
+
+
icon-right0xf178
+
icon-apple0xf179
+
icon-windows0xf17a
+
icon-android0xf17b
+
+
+
icon-linux0xf17c
+
icon-dribbble0xf17d
+
icon-skype0xf17e
+
icon-foursquare0xf180
+
+
+
icon-trello0xf181
+
icon-female0xf182
+
icon-male0xf183
+
icon-gittip0xf184
+
+
+
icon-moon0xf186
+
icon-bug0xf188
+
icon-vkontakte0xf189
+
icon-weibo0xf18a
+
+
+
icon-renren0xf18b
+
icon-pagelines0xf18c
+
icon-stackexchange0xf18d
+
icon-right-circled20xf18e
+
+
+
icon-left-circled20xf190
+
icon-collapse-left0xf191
+
icon-dot-circled0xf192
+
icon-wheelchair0xf193
+
+
+
icon-vimeo-squared0xf194
+
icon-try0xf195
+
icon-plus-squared-alt0xf196
+
icon-space-shuttle0xf197
+
+
+
icon-slack0xf198
+
icon-mail-squared0xf199
+
icon-wordpress0xf19a
+
icon-openid0xf19b
+
+
+
icon-graduation-cap0xf19d
+
icon-yahoo0xf19e
+
icon-google0xf1a0
+
icon-reddit0xf1a1
+
+
+
icon-reddit-squared0xf1a2
+
icon-stumbleupon-circled0xf1a3
+
icon-stumbleupon0xf1a4
+
icon-delicious0xf1a5
+
+
+
icon-digg0xf1a6
+
icon-pied-piper-squared0xf1a7
+
icon-pied-piper-alt0xf1a8
+
icon-drupal0xf1a9
+
+
+
icon-joomla0xf1aa
+
icon-language0xf1ab
+
icon-fax0xf1ac
+
icon-building-filled0xf1ad
+
+
+
icon-paw0xf1b0
+
icon-spoon0xf1b1
+
icon-cube0xf1b2
+
icon-cubes0xf1b3
+
+
+
icon-behance0xf1b4
+
icon-behance-squared0xf1b5
+
icon-steam0xf1b6
+
icon-steam-squared0xf1b7
+
+
+
icon-recycle0xf1b8
+
icon-cab0xf1b9
+
icon-taxi0xf1ba
+
icon-tree0xf1bb
+
+
+
icon-spotify0xf1bc
+
icon-deviantart0xf1bd
+
icon-soundcloud0xf1be
+
icon-database0xf1c0
+
+
+
icon-vine0xf1ca
+
icon-codeopen0xf1cb
+
icon-jsfiddle0xf1cc
+
icon-lifebuoy0xf1cd
+
+
+
icon-circle-notch0xf1ce
+
icon-rebel0xf1d0
+
icon-empire0xf1d1
+
icon-git-squared0xf1d2
+
+
+
icon-git0xf1d3
+
icon-hacker-news0xf1d4
+
icon-tencent-weibo0xf1d5
+
icon-qq0xf1d6
+
+
+
icon-wechat0xf1d7
+
icon-paper-plane0xf1d8
+
icon-paper-plane-empty0xf1d9
+
icon-circle-thin0xf1db
+
+
+
icon-header0xf1dc
+
icon-sliders0xf1de
+
icon-share-squared0xf1e1
+
icon-bomb0xf1e2
+
+
+
icon-soccer-ball0xf1e3
+
icon-tty0xf1e4
+
icon-binoculars0xf1e5
+
icon-plug0xf1e6
+
+
+
icon-slideshare0xf1e7
+
icon-twitch0xf1e8
+
icon-yelp0xf1e9
+
icon-wifi0xf1eb
+
+
+
icon-calc0xf1ec
+
icon-paypal0xf1ed
+
icon-cc-visa0xf1f0
+
icon-cc-mastercard0xf1f1
+
+
+
icon-cc-discover0xf1f2
+
icon-cc-amex0xf1f3
+
icon-cc-paypal0xf1f4
+
icon-cc-stripe0xf1f5
+
+
+
icon-bell-off0xf1f6
+
icon-bell-off-empty0xf1f7
+
icon-trash0xf1f8
+
icon-copyright0xf1f9
+
+
+
icon-at0xf1fa
+
icon-eyedropper0xf1fb
+
icon-brush-10xf1fc
+
icon-birthday0xf1fd
+
+
+
icon-chart-area0xf1fe
+
icon-chart-pie0xf200
+
icon-chart-line0xf201
+
icon-lastfm0xf202
+
+
+
icon-lastfm-squared0xf203
+
icon-bicycle0xf206
+
icon-bus0xf207
+
icon-ioxhost0xf208
+
+
+
icon-angellist0xf209
+
icon-cc0xf20a
+
icon-shekel0xf20b
+
icon-meanpath0xf20c
+
+
+
icon-buysellads0xf20d
+
icon-connectdevelop0xf20e
+
icon-dashcube0xf210
+
icon-forumbee0xf211
+
+
+
icon-leanpub0xf212
+
icon-sellsy0xf213
+
icon-shirtsinbulk0xf214
+
icon-simplybuilt0xf215
+
+
+
icon-skyatlas0xf216
+
icon-trolley-plus0xf217
+
icon-cart-arrow-down0xf218
+
icon-diamond0xf219
+
+
+
icon-ship0xf21a
+
icon-user-secret0xf21b
+
icon-motorcycle0xf21c
+
icon-street-view0xf21d
+
+
+
icon-heartbeat0xf21e
+
icon-venus0xf221
+
icon-mars0xf222
+
icon-mercury0xf223
+
+
+
icon-transgender0xf224
+
icon-transgender-alt0xf225
+
icon-venus-double0xf226
+
icon-mars-double0xf227
+
+
+
icon-venus-mars0xf228
+
icon-mars-stroke0xf229
+
icon-mars-stroke-v0xf22a
+
icon-mars-stroke-h0xf22b
+
+
+
icon-neuter0xf22c
+
icon-genderless0xf22d
+
icon-facebook-official0xf230
+
icon-pinterest0xf231
+
+
+
icon-whatsapp0xf232
+
icon-server0xf233
+
icon-user-plus0xf234
+
icon-user-times0xf235
+
+
+
icon-bed0xf236
+
icon-viacoin0xf237
+
icon-train0xf238
+
icon-subway0xf239
+
+
+
icon-medium0xf23a
+
icon-y-combinator0xf23b
+
icon-optin-monster0xf23c
+
icon-opencart0xf23d
+
+
+
icon-expeditedssl0xf23e
+
icon-battery-40xf240
+
icon-battery-30xf241
+
icon-battery-20xf242
+
+
+
icon-battery-10xf243
+
icon-battery-00xf244
+
icon-mouse-pointer0xf245
+
icon-i-cursor0xf246
+
+
+
icon-object-group0xf247
+
icon-object-ungroup0xf248
+
icon-sticky-note0xf249
+
icon-sticky-note-o0xf24a
+
+
+
icon-cc-jcb0xf24b
+
icon-cc-diners-club0xf24c
+
icon-clone0xf24d
+
icon-balance-scale0xf24e
+
+
+
icon-hourglass-o0xf250
+
icon-hourglass-10xf251
+
icon-hourglass-20xf252
+
icon-hourglass-30xf253
+
+
+
icon-hourglass0xf254
+
icon-hand-grab-o0xf255
+
icon-hand-paper-o0xf256
+
icon-hand-scissors-o0xf257
+
+
+
icon-hand-lizard-o0xf258
+
icon-hand-spock-o0xf259
+
icon-hand-pointer-o0xf25a
+
icon-hand-peace-o0xf25b
+
+
+
icon-trademark0xf25c
+
icon-registered0xf25d
+
icon-creative-commons0xf25e
+
icon-gg0xf260
+
+
+
icon-gg-circle0xf261
+
icon-tripadvisor0xf262
+
icon-odnoklassniki0xf263
+
icon-odnoklassniki-square0xf264
+
+
+
icon-get-pocket0xf265
+
icon-wikipedia-w0xf266
+
icon-safari0xf267
+
icon-chrome0xf268
+
+
+
icon-firefox0xf269
+
icon-opera0xf26a
+
icon-internet-explorer0xf26b
+
icon-television0xf26c
+
+
+
icon-contao0xf26d
+
icon-500px0xf26e
+
icon-amazon0xf270
+
icon-calendar-plus-o0xf271
+
+
+
icon-calendar-minus-o0xf272
+
icon-calendar-times-o0xf273
+
icon-calendar-check-o0xf274
+
icon-industry0xf275
+
+
+
icon-map-pin0xf276
+
icon-map-signs0xf277
+
icon-map-o0xf278
+
icon-map0xf279
+
+
+
icon-commenting0xf27a
+
icon-commenting-o0xf27b
+
icon-houzz0xf27c
+
icon-vimeo0xf27d
+
+
+
icon-black-tie0xf27e
+
icon-fonticons0xf280
+
icon-reddit-alien0xf281
+
icon-edge0xf282
+
+
+
icon-credit-card-alt0xf283
+
icon-codiepie0xf284
+
icon-modx0xf285
+
icon-fort-awesome0xf286
+
+
+
icon-usb0xf287
+
icon-product-hunt0xf288
+
icon-mixcloud0xf289
+
icon-scribd0xf28a
+
+
+
icon-pause-circle0xf28b
+
icon-pause-circle-o0xf28c
+
icon-stop-circle0xf28d
+
icon-stop-circle-o0xf28e
+
+
+
icon-shopping-bag0xf290
+
icon-shopping-basket0xf291
+
icon-hashtag0xf292
+
icon-bluetooth0xf293
+
+
+
icon-bluetooth-b0xf294
+
icon-percent0xf295
+
icon-gitlab0xf296
+
icon-wpbeginner0xf297
+
+
+
icon-wpforms0xf298
+
icon-envira0xf299
+
icon-universal-access0xf29a
+
icon-wheelchair-alt0xf29b
+
+
+
icon-question-circle-o0xf29c
+
icon-blind0xf29d
+
icon-audio-description0xf29e
+
icon-volume-control-phone0xf2a0
+
+
+
icon-braille0xf2a1
+
icon-assistive-listening-systems0xf2a2
+
icon-american-sign-language-interpreting0xf2a3
+
icon-asl-interpreting0xf2a4
+
+
+
icon-glide0xf2a5
+
icon-glide-g0xf2a6
+
icon-sign-language0xf2a7
+
icon-low-vision0xf2a8
+
+
+
icon-viadeo0xf2a9
+
icon-viadeo-square0xf2aa
+
icon-snapchat0xf2ab
+
icon-snapchat-ghost0xf2ac
+
+
+
icon-snapchat-square0xf2ad
+
icon-pied-piper0xf2ae
+
icon-first-order0xf2b0
+
icon-yoast0xf2b1
+
+
+
icon-themeisle0xf2b2
+
icon-google-plus-circle0xf2b3
+
icon-font-awesome0xf2b4
+
icon-handshake0xf2b5
+
+
+
icon-envelope-open0xf2b6
+
icon-envelope-open-o0xf2b7
+
icon-linode0xf2b8
+
icon-address-book0xf2b9
+
+
+
icon-address-book-o0xf2ba
+
icon-address-card0xf2bb
+
icon-address-card-o0xf2bc
+
icon-user-circle0xf2bd
+
+
+
icon-user-circle-o0xf2be
+
icon-user-o0xf2c0
+
icon-id-badge0xf2c1
+
icon-id-card0xf2c2
+
+
+
icon-id-card-o0xf2c3
+
icon-free-code-camp0xf2c5
+
icon-telegram0xf2c6
+
icon-thermometer0xf2c7
+
+
+
icon-thermometer-30xf2c8
+
icon-thermometer-20xf2c9
+
icon-thermometer-quarter0xf2ca
+
icon-thermometer-00xf2cb
+
+
+
icon-shower0xf2cc
+
icon-bath0xf2cd
+
icon-podcast0xf2ce
+
icon-window-maximize0xf2d0
+
+
+
icon-window-minimize0xf2d1
+
icon-window-restore0xf2d2
+
icon-window-close0xf2d3
+
icon-window-close-o0xf2d4
+
+
+
icon-bandcamp0xf2d5
+
icon-grav0xf2d6
+
icon-etsy0xf2d7
+
icon-imdb0xf2d8
+
+
+
icon-ravelry0xf2d9
+
icon-eercast0xf2da
+
icon-microchip0xf2db
+
icon-snowflake-o0xf2dc
+
+
+
icon-superpowers0xf2dd
+
icon-wpexplorer0xf2de
+
icon-meetup0xf2e0
+
icon-github-squared0xf300
+
+
+
icon-twitter-squared0xf304
+
icon-facebook-squared0xf308
+
icon-linkedin-squared0xf30c
+
🌄 icon-picture0x1f304
+
+
+
👍 icon-thumbs-up0x1f44d
+
👤 icon-user0x1f464
+
👥 icon-users0x1f465
+
📁 icon-folder0x1f4c1
+
+
+
📌 icon-pin0x1f4cc
+
📎 icon-attach0x1f4ce
+
📞 icon-phone0x1f4de
+
🔍 icon-search0x1f50d
+
+
+
🔒 icon-lock-compact0x1f512
+
🔓 icon-lock-compact-open0x1f513
+
🔗 icon-link-alternative0x1f517
+
🔧 icon-wrench0x1f527
+
+
+ + + \ No newline at end of file diff --git a/libraries/fontello/font/fontello.eot b/libraries/fontello/font/fontello.eot new file mode 100644 index 0000000..38743c5 Binary files /dev/null and b/libraries/fontello/font/fontello.eot differ diff --git a/libraries/fontello/font/fontello.svg b/libraries/fontello/font/fontello.svg new file mode 100644 index 0000000..aad4704 --- /dev/null +++ b/libraries/fontello/font/fontello.svg @@ -0,0 +1,1554 @@ + + + +Copyright (C) 2020 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/fontello/font/fontello.ttf b/libraries/fontello/font/fontello.ttf new file mode 100644 index 0000000..650099d Binary files /dev/null and b/libraries/fontello/font/fontello.ttf differ diff --git a/libraries/fontello/font/fontello.woff b/libraries/fontello/font/fontello.woff new file mode 100644 index 0000000..b226bbc Binary files /dev/null and b/libraries/fontello/font/fontello.woff differ diff --git a/libraries/fontello/font/fontello.woff2 b/libraries/fontello/font/fontello.woff2 new file mode 100644 index 0000000..b27a53a Binary files /dev/null and b/libraries/fontello/font/fontello.woff2 differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..15fe039 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "patterns-sass", + "version": "1.0.0", + "description": "Styles for patternslib.", + "repository": { + "type": "git", + "url": "git+https://github.com/Patternslib/patterns-sass.git" + } +}