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

162 lines
2.4 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: "jira";
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: "\e914";
}
2020-04-19 22:31:01 +02:00
i.styledIcon.bug:before {
font-family: 'IcoFont';
content: "\eec7";
}
2020-03-30 14:26:25 +02:00
i.styledIcon.task:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\ef27";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.story:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\ef2d";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.arrowDown:before {
content: "\e90a";
}
i.styledIcon.arrowLeftCircle:before {
content: "\e917";
}
i.styledIcon.arrowUp:before {
content: "\e90b";
}
i.styledIcon.chevronDown:before {
content: "\e900";
}
i.styledIcon.chevronLeft:before {
content: "\e901";
}
i.styledIcon.chevronRight:before {
content: "\e902";
}
i.styledIcon.chevronUp:before {
content: "\e903";
}
i.styledIcon.board:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\ead0";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.help:before {
content: "\e905";
}
i.styledIcon.link:before {
content: "\e90c";
}
i.styledIcon.menu:before {
content: "\e916";
}
i.styledIcon.more:before {
content: "\e90e";
}
i.styledIcon.attach:before {
content: "\e90d";
}
i.styledIcon.plus:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\efc2";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.search:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\ec82";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.issues:before {
content: "\e908";
}
i.styledIcon.settings:before {
2020-04-19 22:31:01 +02:00
font-family: 'IcoFont';
content: "\efe2";
2020-03-30 14:26:25 +02:00
}
i.styledIcon.close:before {
content: "\e913";
}
i.styledIcon.feedback:before {
content: "\e918";
}
i.styledIcon.trash:before {
content: "\e912";
}
i.styledIcon.github:before {
content: "\e915";
}
i.styledIcon.shipping:before {
content: "\e91c";
}
i.styledIcon.component:before {
content: "\e91a";
}
i.styledIcon.reports:before {
content: "\e91b";
}
i.styledIcon.page:before {
content: "\e919";
}
i.styledIcon.calendar:before {
content: "\e91d";
}
i.styledIcon.arrowLeft:before {
content: "\e91e";
}
i.styledIcon.arrowRight:before {
content: "\e91f";
}