abapGit/src/ui/zabapgit_icon_font_css.w3mi.data.css
mariusraht2 5bee54fff3 Commit icon added (#3124)
* Create pull.yml

* Update zcl_abapgit_git_transport.clas.abap

* Update zcl_abapgit_git_transport.clas.abap

* Update pull.yml

* Delete pull.yml

* Added new icon code-commit via SMW0
2019-12-19 06:20:22 +01:00

53 lines
1.6 KiB
CSS

@font-face {
font-family: "ag-icons";
font-weight: normal;
font-style: normal;
src: url("../font/ag-icons.woff") format("woff");
}
.icon {
line-height: 1;
}
.icon:before {
font-family: ag-icons !important;
font-style: normal;
font-weight: normal !important;
display: inline-block;
text-decoration: none;
text-align: center;
vertical-align: text-top;
width: 1em;
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
}
.icon.large { font-size: 200%; }
.icon-arrow-circle-up:before { content: "\f101"; }
.icon-bars:before { content: "\f102"; }
.icon-bolt:before { content: "\f103"; }
.icon-box:before { content: "\f104"; }
.icon-briefcase:before { content: "\f105"; }
.icon-check:before { content: "\f106"; }
.icon-cloud-upload-alt:before { content: "\f107"; }
.icon-code-branch:before { content: "\f108"; }
.icon-code-commit:before { content: "\f109"; }
.icon-cog:before { content: "\f10a"; }
.icon-exclamation-circle:before { content: "\f10b"; }
.icon-exclamation-triangle:before { content: "\f10c"; }
.icon-file-alt:before { content: "\f10d"; }
.icon-file-code:before { content: "\f10e"; }
.icon-file-image:before { content: "\f10f"; }
.icon-file:before { content: "\f110"; }
.icon-fire-alt:before { content: "\f111"; }
.icon-folder:before { content: "\f112"; }
.icon-lock:before { content: "\f113"; }
.icon-plug:before { content: "\f114"; }
.icon-sliders-h:before { content: "\f115"; }
.icon-snowflake:before { content: "\f116"; }
.icon-star:before { content: "\f117"; }