313 lines
4.2 KiB
SCSS
Executable File
313 lines
4.2 KiB
SCSS
Executable File
/* Font Awesome */
|
|
|
|
.fa-inline {
|
|
margin-right:5px;
|
|
}
|
|
|
|
/*
|
|
size +0% +10% +20% +30% +40% +50% +60%
|
|
font-size 1em 1.111em 1.222em 1.333em 1.444em 1.555em 1.666em
|
|
line-height 1em 0.917em 0.833em 0.750em 0.666em 0.583em 0.500em
|
|
vertical-align 0% -5% -10% -15% -20% -25% -30%
|
|
*/
|
|
|
|
.fa-10 {
|
|
font-size: 1.1111111111111111em;
|
|
line-height: 0.9166666666666666em;
|
|
vertical-align: -5%;
|
|
}
|
|
.fa-20 {
|
|
font-size: 1.2222222222222222em;
|
|
line-height: 0.8333333333333333em;
|
|
vertical-align: -10%;
|
|
}
|
|
.fa-30 {
|
|
font-size: 1.3333333333333333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%;
|
|
}
|
|
.fa-40 {
|
|
font-size: 1.4444444444444444em;
|
|
line-height: 0.6666666666666666em;
|
|
vertical-align: -20%;
|
|
}
|
|
.fa-60 {
|
|
font-size: 1.6666666666666666em;
|
|
line-height: 0.5em;
|
|
vertical-align: -30%;
|
|
}
|
|
|
|
.fa-c-c:before, .fa-c-code:before {
|
|
content: "\f121";
|
|
}
|
|
|
|
.fa-c-procedure:before, .fa-c-proc:before, .fa-c-p:before {
|
|
content: "\f0cb";
|
|
}
|
|
|
|
.fa-c-table:before, .fa-c-t:before {
|
|
content: "\f0ce";
|
|
}
|
|
|
|
.fa-c-documentation:before, .fa-c-doc:before, .fa-c-d:before {
|
|
content: "\f02d";
|
|
}
|
|
|
|
.fa-c-article:before, .fa-c-art:before, .fa-c-a:before {
|
|
content: "\f1ea";
|
|
}
|
|
|
|
.fa-c-note:before {
|
|
content: "\f0fa";
|
|
}
|
|
|
|
.fa-c-list:before {
|
|
content: "\f0c2";
|
|
}
|
|
|
|
.fa-c-profile:before {
|
|
content: "\f007";
|
|
}
|
|
|
|
.fa-c-chat:before {
|
|
content: "\f086";
|
|
}
|
|
|
|
.fa-c-news:before {
|
|
content: "\f0e7";
|
|
}
|
|
|
|
.fa-c-version:before {
|
|
content: "\f005";
|
|
}
|
|
|
|
.fa-c-details:before {
|
|
content: "\f112";
|
|
}
|
|
|
|
.fa-c-bug:before {
|
|
content: "\f188";
|
|
}
|
|
|
|
.fa-c-date:before {
|
|
content: "\f073";
|
|
}
|
|
|
|
.fa-c-git:before {
|
|
content: "\f1d3";
|
|
}
|
|
|
|
.fa-c-afk:before {
|
|
content: "\f017";
|
|
}
|
|
|
|
.fa-c-comment {
|
|
color:$col_main_1;
|
|
}
|
|
.fa-c-comment:before {
|
|
content: "\f075";
|
|
}
|
|
|
|
.fa-c-options:before {
|
|
content: "\f085";
|
|
}
|
|
|
|
.fa-c-param:before {
|
|
content: "\f1de";
|
|
}
|
|
|
|
.fa-c-wip:before {
|
|
content: "\f013";
|
|
}
|
|
|
|
.fa-c-rss:before {
|
|
content: "\f09e";
|
|
}
|
|
|
|
.fa-c-logmeout:before, .fa-c-logout:before {
|
|
content: "\f08b";
|
|
}
|
|
|
|
.fa-c-fold {
|
|
color:$col_main_1;
|
|
}
|
|
.fa-c-fold:before {
|
|
content: "\f191";
|
|
}
|
|
|
|
.fa-c-success:before, .fa-c-ok:before, .available .fa:before {
|
|
content: "\f00c";
|
|
}
|
|
|
|
.fa-c-warning {
|
|
color:$col_warning;
|
|
}
|
|
.fa-c-warning:before {
|
|
content: "\f071";
|
|
}
|
|
|
|
.fa-c-error {
|
|
color:$col_error;
|
|
}
|
|
.fa-c-error:before {
|
|
content: "\f071";
|
|
}
|
|
|
|
.fa-c-ko {
|
|
color:$col_error;
|
|
}
|
|
.fa-c-ko:before, .unavailable .fa:before {
|
|
content: "\f00d";
|
|
}
|
|
|
|
.fa-c-search:before {
|
|
content: "\f002";
|
|
}
|
|
|
|
.fa-c-welcome:before {
|
|
content: /*"\f087"*/"\f015";
|
|
}
|
|
|
|
.fa-c-loading:before {
|
|
content: "\f110";
|
|
}
|
|
|
|
.fa-c-edit:before {
|
|
content: "\f040";
|
|
}
|
|
|
|
.fa-c-save:before {
|
|
content: "\f0c7";
|
|
}
|
|
|
|
.fa-c-raw:before {
|
|
content: "\f15c";
|
|
}
|
|
|
|
.fa-c-print:before {
|
|
content: "\f02f";
|
|
}
|
|
|
|
.fa-c-share:before {
|
|
content: "\f0ac";
|
|
}
|
|
|
|
.fa-c-refresh:before, .fa-c-switch:before {
|
|
content: "\f021";
|
|
}
|
|
|
|
.fa-c-plus:before, .fa-c-add:before {
|
|
content: "\f055";
|
|
}
|
|
|
|
.fa-c-minus:before, .fa-c-delete:before {
|
|
content: "\f056";
|
|
}
|
|
|
|
.fa-c-up:before {
|
|
content: "\f01b";
|
|
}
|
|
|
|
.fa-c-down:before {
|
|
content: "\f01a";
|
|
}
|
|
|
|
.fa-c-next:before {
|
|
content: "\f054";
|
|
}
|
|
|
|
.fa-c-prev:before {
|
|
content: "\f053";
|
|
}
|
|
|
|
.fa-c-close:before {
|
|
content: "\f05c";
|
|
}
|
|
|
|
.fa-c-desc:before {
|
|
content: "\f05a";
|
|
}
|
|
|
|
.fa-c-company:before {
|
|
content: "\f0f7";
|
|
}
|
|
|
|
.fa-c-name:before {
|
|
content: "\f02b";
|
|
}
|
|
|
|
.fa-c-assignment:before {
|
|
content: "\f0b1";
|
|
}
|
|
|
|
.fa-c-lock:before {
|
|
content: "\f023"/*"\f084"*/;
|
|
}
|
|
|
|
.fa-c-search:before {
|
|
content: "\f002";
|
|
}
|
|
|
|
.fa-c-mail:before {
|
|
content: "\f0e0";
|
|
}
|
|
|
|
.fa-c-upcoming:before {
|
|
content:"\f135";
|
|
}
|
|
|
|
.fa-c-changelog:before {
|
|
content:"\f0d0";
|
|
}
|
|
|
|
.fa-c-checked:before {
|
|
content:"\f046";
|
|
}
|
|
|
|
.fa-c-unchecked:before {
|
|
content:"\f096";
|
|
}
|
|
|
|
.fa-c-kpi:before {
|
|
content:"\f0e4";
|
|
}
|
|
|
|
.fa-c-file-xls, .fa-c-file-xlsx {
|
|
color:#247648;
|
|
}
|
|
.fa-c-file-xls:before, .fa-c-file-xlsx:before {
|
|
content: "\f1c3";
|
|
}
|
|
|
|
.fa-c-file-doc, .fa-c-file-docx {
|
|
color:#2B5796;
|
|
}
|
|
.fa-c-file-doc:before, .fa-c-file-docx:before {
|
|
content: "\f1c2";
|
|
}
|
|
|
|
.fa-c-file-ppt, .fa-c-file-pptx {
|
|
color:#D04423;
|
|
}
|
|
.fa-c-file-ppt:before, .fa-c-file-pptx:before {
|
|
content: "\f1c4";
|
|
}
|
|
|
|
.fa-c-file-pdf {
|
|
color:#D20F0B;
|
|
}
|
|
.fa-c-file-pdf:before {
|
|
content: "\f1c1";
|
|
}
|
|
|
|
.fa-c-file-zip:before {
|
|
content: "\f1c6";
|
|
}
|
|
|
|
.fa-c-file-png:before, .fa-c-file-gif:before, .fa-c-file-jpg:before, .fa-c-file-jpeg:before {
|
|
content: "\f1c5";
|
|
}
|
|
|
|
.fa-c-image:before {
|
|
content: "\f03e";
|
|
} |