chowa
Version:
UI component library based on React
132 lines (94 loc) • 2.72 kB
CSS
/**
* @license chowa v1.1.3
*
* Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
@font-face {
font-family: "chowa-iconfont";
src: url("../../../iconfonts/chowa-iconfont.eot");
src: url("../../../iconfonts/chowa-iconfont.eot#iefix") format("embedded-opentype"), url("../../../iconfonts/chowa-iconfont.ttf") format("truetype"), url("../../../iconfonts/chowa-iconfont.woff") format("woff"), url("../../../iconfonts/chowa-iconfont.woff2") format("woff2"), url("../../../iconfonts/chowa-iconfont.svg") format("svg"); }
.cw-icon {
margin: 0;
padding: 0;
box-sizing: border-box;
font-style: normal;
text-align: center;
display: inline-block;
vertical-align: middle;
font-weight: 400;
font-family: "chowa-iconfont" ; }
.cw-icon-arrow-down-insert:before {
content: "\c9d2"; }
.cw-icon-arrow-down:before {
content: "\c9d3"; }
.cw-icon-arrow-left-double:before {
content: "\c9d4"; }
.cw-icon-arrow-left-insert:before {
content: "\c9d5"; }
.cw-icon-arrow-left:before {
content: "\c9d6"; }
.cw-icon-arrow-right-double:before {
content: "\c9d7"; }
.cw-icon-arrow-right-insert:before {
content: "\c9d8"; }
.cw-icon-arrow-right:before {
content: "\c9d9"; }
.cw-icon-arrow-top-insert:before {
content: "\c9da"; }
.cw-icon-arrow-top:before {
content: "\c9db"; }
.cw-icon-avatar:before {
content: "\c9dc"; }
.cw-icon-calendar:before {
content: "\c9dd"; }
.cw-icon-check:before {
content: "\c9de"; }
.cw-icon-close:before {
content: "\c9df"; }
.cw-icon-error-fill:before {
content: "\c9e0"; }
.cw-icon-error:before {
content: "\c9e1"; }
.cw-icon-fetching:before {
content: "\c9e2"; }
.cw-icon-file:before {
content: "\c9e3"; }
.cw-icon-filter:before {
content: "\c9e4"; }
.cw-icon-img-figure:before {
content: "\c9e5"; }
.cw-icon-info-fill:before {
content: "\c9e6"; }
.cw-icon-info:before {
content: "\c9e7"; }
.cw-icon-no-data:before {
content: "\c9e8"; }
.cw-icon-omit:before {
content: "\c9e9"; }
.cw-icon-plus:before {
content: "\c9ea"; }
.cw-icon-process:before {
content: "\c9eb"; }
.cw-icon-rocket:before {
content: "\c9ec"; }
.cw-icon-search:before {
content: "\c9ed"; }
.cw-icon-spin:before {
content: "\c9ee"; }
.cw-icon-star:before {
content: "\c9ef"; }
.cw-icon-success-fill:before {
content: "\c9f0"; }
.cw-icon-success:before {
content: "\c9f1"; }
.cw-icon-time:before {
content: "\c9f2"; }
.cw-icon-upload:before {
content: "\c9f3"; }
.cw-icon-warning-fill:before {
content: "\c9f4"; }
.cw-icon-warning:before {
content: "\c9f5"; }