bitque/jirs-client/js/css/styledIcon.css

171 lines
2.5 KiB
CSS
Raw Normal View History

2020-03-30 14:26:25 +02:00
i.styledIcon {
color: var(--primary);
display: inline-block;
font-size: 16px;
2020-04-10 22:33:07 +02:00
line-height: 1;
2020-03-30 14:26:25 +02:00
}
i.styledIcon.left {
transform: translate(0, 0);
}
i.styledIcon.top {
transform: translate(0, 0);
}
i.styledIcon:before {
font-family: 'IcoFont';
2020-03-30 14:26:25 +02:00
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i.styledIcon.stopwatch:before {
content: "\ec89";
2020-03-30 14:26:25 +02:00
}
2020-04-19 22:31:01 +02:00
i.styledIcon.bug:before {
content: "\eec7";
}
2020-03-30 14:26:25 +02:00
i.styledIcon.task:before {
2020-04-19 22:31:01 +02:00
content: "\ef27";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.story:before {
2020-04-19 22:31:01 +02:00
content: "\ef2d";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.arrowDown:before {
content: "\ea92";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.arrowUp:before {
content: "\ea95";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.arrowLeftCircle:before {
font-family: "jira";
content: "\e917";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.chevronDown:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e900";
}
i.styledIcon.chevronLeft:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e901";
}
i.styledIcon.chevronRight:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e902";
}
i.styledIcon.chevronUp:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e903";
}
i.styledIcon.board:before {
2020-04-19 22:31:01 +02:00
content: "\ead0";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.help:before {
2020-04-19 22:41:30 +02:00
content: "\efca";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.link:before {
2020-04-19 22:41:30 +02:00
content: "\ef71";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.menu:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e916";
}
i.styledIcon.more:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e90e";
}
i.styledIcon.attach:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e90d";
}
i.styledIcon.plus:before {
2020-04-19 22:31:01 +02:00
content: "\efc2";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.search:before {
2020-04-19 22:31:01 +02:00
content: "\ec82";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.issues:before {
content: "\ed19";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.settings:before {
2020-04-19 22:31:01 +02:00
content: "\efe2";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.close:before {
2020-04-19 22:41:30 +02:00
content: "\eee4";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.feedback:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e918";
}
i.styledIcon.trash:before {
content: "\eebb";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.github:before {
content: "\ed3e";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.shipping:before {
content: "\efbe";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.component:before {
content: "\eef8";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.reports:before {
content: "\eeaf";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.page:before {
content: "\efb2";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.calendar:before {
content: "\ec45";
}
i.styledIcon.cop:before {
content: "\ebb4";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.arrowLeft:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e91e";
}
i.styledIcon.arrowRight:before {
font-family: "jira";
2020-03-30 14:26:25 +02:00
content: "\e91f";
}