mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
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
This commit is contained in:
parent
82486ec350
commit
5bee54fff3
Binary file not shown.
|
@ -1,51 +1,52 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "ag-icons";
|
font-family: "ag-icons";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("../font/ag-icons.woff") format("woff");
|
src: url("../font/ag-icons.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon:before {
|
.icon:before {
|
||||||
font-family: ag-icons !important;
|
font-family: ag-icons !important;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
||||||
/* For safety - reset parent styles, that can break glyph codes*/
|
/* For safety - reset parent styles, that can break glyph codes*/
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.large { font-size: 200%; }
|
.icon.large { font-size: 200%; }
|
||||||
|
|
||||||
.icon-arrow-circle-up:before { content: "\f101"; }
|
.icon-arrow-circle-up:before { content: "\f101"; }
|
||||||
.icon-bars:before { content: "\f102"; }
|
.icon-bars:before { content: "\f102"; }
|
||||||
.icon-bolt:before { content: "\f103"; }
|
.icon-bolt:before { content: "\f103"; }
|
||||||
.icon-box:before { content: "\f104"; }
|
.icon-box:before { content: "\f104"; }
|
||||||
.icon-briefcase:before { content: "\f105"; }
|
.icon-briefcase:before { content: "\f105"; }
|
||||||
.icon-check:before { content: "\f106"; }
|
.icon-check:before { content: "\f106"; }
|
||||||
.icon-cloud-upload-alt:before { content: "\f107"; }
|
.icon-cloud-upload-alt:before { content: "\f107"; }
|
||||||
.icon-code-branch:before { content: "\f108"; }
|
.icon-code-branch:before { content: "\f108"; }
|
||||||
.icon-cog:before { content: "\f109"; }
|
.icon-code-commit:before { content: "\f109"; }
|
||||||
.icon-exclamation-circle:before { content: "\f10a"; }
|
.icon-cog:before { content: "\f10a"; }
|
||||||
.icon-exclamation-triangle:before { content: "\f10b"; }
|
.icon-exclamation-circle:before { content: "\f10b"; }
|
||||||
.icon-file-alt:before { content: "\f10c"; }
|
.icon-exclamation-triangle:before { content: "\f10c"; }
|
||||||
.icon-file-code:before { content: "\f10d"; }
|
.icon-file-alt:before { content: "\f10d"; }
|
||||||
.icon-file-image:before { content: "\f10e"; }
|
.icon-file-code:before { content: "\f10e"; }
|
||||||
.icon-file:before { content: "\f10f"; }
|
.icon-file-image:before { content: "\f10f"; }
|
||||||
.icon-fire-alt:before { content: "\f110"; }
|
.icon-file:before { content: "\f110"; }
|
||||||
.icon-folder:before { content: "\f111"; }
|
.icon-fire-alt:before { content: "\f111"; }
|
||||||
.icon-lock:before { content: "\f112"; }
|
.icon-folder:before { content: "\f112"; }
|
||||||
.icon-plug:before { content: "\f113"; }
|
.icon-lock:before { content: "\f113"; }
|
||||||
.icon-sliders-h:before { content: "\f114"; }
|
.icon-plug:before { content: "\f114"; }
|
||||||
.icon-snowflake:before { content: "\f115"; }
|
.icon-sliders-h:before { content: "\f115"; }
|
||||||
.icon-star:before { content: "\f116"; }
|
.icon-snowflake:before { content: "\f116"; }
|
||||||
|
.icon-star:before { content: "\f117"; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user