_otgs-icons.scss 3.14 KB
Newer Older
John Punzalan's avatar
John Punzalan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
@charset "UTF-8";

@font-face {
  font-family: "otgs-icons";
  src:url("../fonts/otgs-icons.eot");
  src:url("../fonts/otgs-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/otgs-icons.woff") format("woff"),
    url("../fonts/otgs-icons.ttf") format("truetype"),
    url("../fonts/otgs-icons.svg#otgs-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
	font-family: "otgs-icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="otgs-ico-"]:before,
[class*=" otgs-ico-"]:before {
	font-family: "otgs-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.otgs-ico-note-add:before {
	content: "a";
}
.otgs-ico-note-add-o:before {
	content: "b";
}
.otgs-ico-translated:before {
	content: "c";
}
.otgs-ico-yes:before {
	content: "d";
}
.otgs-ico-in-progress:before {
	content: "e";
}
.otgs-ico-copy:before {
	content: "f";
}
.otgs-ico-copy-o:before {
	content: "g";
}
.otgs-ico-note-edit:before {
	content: "i";
}
.otgs-ico-note-edit-o:before {
	content: "j";
}
.otgs-ico-add:before {
	content: "k";
}
.otgs-ico-refresh:before {
	content: "l";
}
.otgs-ico-no:before {
	content: "n";
}
.otgs-ico-not-translated:before {
	content: "o";
}
.otgs-ico-delete:before {
	content: "p";
}
.otgs-ico-waiting:before {
	content: "q";
}
.otgs-ico-warning:before {
	content: "s";
}
.otgs-ico-original:before {
	content: "t";
}
.otgs-ico-needs-update:before {
	content: "u";
}
.otgs-ico-access:before {
	content: "v";
}
.otgs-ico-cred:before {
	content: "w";
}
.otgs-ico-layouts:before {
	content: "x";
}
.otgs-ico-module-manager:before {
	content: "y";
}
.otgs-ico-toolset:before {
	content: "z";
}
.otgs-ico-types:before {
	content: "A";
}
.otgs-ico-views:before {
	content: "B";
}
.otgs-ico-edit:before {
	content: "h";
}
.otgs-ico-duplicate:before {
	content: "m";
}
.otgs-ico-basket:before {
	content: "r";
}
.otgs-ico-discoverwp:before {
	content: "C";
}
.otgs-ico-wpml:before {
	content: "D";
}
.otgs-ico-otgs:before {
	content: "E";
}
.otgs-ico-wrench:before {
	content: "F";
}
.otgs-ico-link:before {
	content: "G";
}
.otgs-ico-envelope-o:before {
	content: "H";
}
.otgs-ico-user:before {
	content: "I";
}
.otgs-ico-wpml-cms-nav:before {
	content: "J";
}
.otgs-ico-wpml-media:before {
	content: "K";
}
.otgs-ico-wpml-string-translation:before {
	content: "L";
}
.otgs-ico-wpml-translation-management:before {
	content: "M";
}
.otgs-ico-picture:before {
	content: "N";
}
.otgs-ico-toolset-training:before {
	content: "O";
}
.otgs-ico-access-title:before {
	content: "P";
}
.otgs-ico-views-title:before {
	content: "Q";
}
.otgs-ico-cred-title:before {
	content: "R";
}
.otgs-ico-layouts-title:before {
	content: "S";
}
.otgs-ico-types-title:before {
	content: "T";
}
.otgs-ico-module-manager-title:before {
	content: "U";
}