| 1 |
/*-------------------------------- |
| 2 |
|
| 3 |
Nucleo icon font |
| 4 |
Generated using nucleoapp.com |
| 5 |
|
| 6 |
-------------------------------- */ |
| 7 |
@font-face { |
| 8 |
font-family: "Nucleo"; |
| 9 |
src: url("../fonts/Nucleo.eot"); |
| 10 |
src: url("../fonts/Nucleo.eot") format("embedded-opentype"), url("../fonts/Nucleo.woff2") format("woff2"), url("../fonts/Nucleo.woff") format("woff"), url("../fonts/Nucleo.ttf") format("truetype"), url("../fonts/Nucleo.svg") format("svg"); |
| 11 |
} |
| 12 |
/* base class */ |
| 13 |
.icon { |
| 14 |
display: inline-block; |
| 15 |
font: normal normal normal 1em/1 "Nucleo"; |
| 16 |
color: inherit; |
| 17 |
flex-shrink: 0; |
| 18 |
-webkit-font-smoothing: antialiased; |
| 19 |
-moz-osx-font-smoothing: grayscale; |
| 20 |
} |
| 21 |
|
| 22 |
/* size examples - relative units */ |
| 23 |
.icon-sm { |
| 24 |
font-size: 0.8em; |
| 25 |
} |
| 26 |
|
| 27 |
.icon-lg { |
| 28 |
font-size: 1.2em; |
| 29 |
} |
| 30 |
|
| 31 |
/* size examples - absolute units */ |
| 32 |
.icon-16 { |
| 33 |
font-size: 16px; |
| 34 |
} |
| 35 |
|
| 36 |
.icon-32 { |
| 37 |
font-size: 32px; |
| 38 |
} |
| 39 |
|
| 40 |
/* rotate the icon infinitely */ |
| 41 |
.icon-is-spinning { |
| 42 |
animation: icon-spin 1s infinite linear; |
| 43 |
} |
| 44 |
|
| 45 |
@keyframes icon-spin { |
| 46 |
0% { |
| 47 |
transform: rotate(0deg); |
| 48 |
} |
| 49 |
100% { |
| 50 |
transform: rotate(360deg); |
| 51 |
} |
| 52 |
} |
| 53 |
/* transform */ |
| 54 |
.icon-rotate-90 { |
| 55 |
transform: rotate(90deg); |
| 56 |
} |
| 57 |
|
| 58 |
.icon-rotate-180 { |
| 59 |
transform: rotate(180deg); |
| 60 |
} |
| 61 |
|
| 62 |
.icon-rotate-270 { |
| 63 |
transform: rotate(270deg); |
| 64 |
} |
| 65 |
|
| 66 |
.icon-flip-y { |
| 67 |
transform: scaleY(-1); |
| 68 |
} |
| 69 |
|
| 70 |
.icon-flip-x { |
| 71 |
transform: scaleX(-1); |
| 72 |
} |
| 73 |
|
| 74 |
/* icons */ |
| 75 |
.icon-content::before { |
| 76 |
content: "\ea02"; |
| 77 |
} |
| 78 |
|
| 79 |
.icon-login::before { |
| 80 |
content: "\ea03"; |
| 81 |
} |
| 82 |
|
| 83 |
.icon-admin::before { |
| 84 |
content: "\ea04"; |
| 85 |
} |
| 86 |
|
| 87 |
.icon-media::before { |
| 88 |
content: "\ea05"; |
| 89 |
} |
| 90 |
|
| 91 |
.icon-core::before { |
| 92 |
content: "\ea06"; |
| 93 |
} |
| 94 |
|
| 95 |
.icon-comments::before { |
| 96 |
content: "\ea07"; |
| 97 |
} |
| 98 |
|
| 99 |
.icon-optimization::before { |
| 100 |
content: "\ea08"; |
| 101 |
} |
| 102 |
|
| 103 |
.icon-copy::before { |
| 104 |
content: "\ea09"; |
| 105 |
} |
| 106 |
|
| 107 |
.icon-template::before { |
| 108 |
content: "\ea0a"; |
| 109 |
} |
| 110 |
|
| 111 |
.icon-crosshair::before { |
| 112 |
content: "\ea0c"; |
| 113 |
} |
| 114 |
|
| 115 |
.icon-meeting::before { |
| 116 |
content: "\ea0d"; |
| 117 |
} |
| 118 |
|
| 119 |
.icon-calendar::before { |
| 120 |
content: "\ea0e"; |
| 121 |
} |
| 122 |
|
| 123 |
.icon-lock-portrait::before { |
| 124 |
content: "\ea10"; |
| 125 |
} |
| 126 |
|
| 127 |
.icon-pc::before { |
| 128 |
content: "\ea11"; |
| 129 |
} |
| 130 |
|
| 131 |
.icon-translation::before { |
| 132 |
content: "\ea12"; |
| 133 |
} |
| 134 |
|
| 135 |
.icon-clear::before { |
| 136 |
content: "\ea13"; |
| 137 |
} |
| 138 |
|
| 139 |
.icon-construction::before { |
| 140 |
content: "\ea14"; |
| 141 |
} |
| 142 |
|
| 143 |
.icon-finger-snap::before { |
| 144 |
content: "\ea15"; |
| 145 |
} |
| 146 |
|
| 147 |
.icon-document::before { |
| 148 |
content: "\ea16"; |
| 149 |
} |
| 150 |
|
| 151 |
.icon-list::before { |
| 152 |
content: "\ea17"; |
| 153 |
} |
| 154 |
|
| 155 |
.icon-browser-chrome::before { |
| 156 |
content: "\ea18"; |
| 157 |
} |
| 158 |
|
| 159 |
|