mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
This also required an update to the padding fixes of the currently logged in user menu item. These aren't necessary anymore.
56 lines
1.7 KiB
CSS
56 lines
1.7 KiB
CSS
/*
|
|
Icon Font: fontcustom
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "fontcustom";
|
|
src: url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.eot");
|
|
src: url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.eot?#iefix") format("embedded-opentype"),
|
|
url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.woff") format("woff"),
|
|
url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.ttf") format("truetype"),
|
|
url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.svg#fontcustom") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: "fontcustom";
|
|
src: url("./fontcustom_d77a9996ed04d45b02f5c06874cd36db.svg#fontcustom") format("svg");
|
|
}
|
|
}
|
|
|
|
[data-icon]:before { content: attr(data-icon); }
|
|
|
|
[data-icon]:before,
|
|
.icon-activity-stream:before,
|
|
.icon-google:before,
|
|
.icon-launch:before,
|
|
.icon-launch-circle:before,
|
|
.icon-launch-new:before,
|
|
.icon-launch2:before,
|
|
.icon-saml-02:before,
|
|
.icon-user:before {
|
|
display: inline-block;
|
|
font-family: "fontcustom";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
line-height: 1;
|
|
text-decoration: inherit;
|
|
text-rendering: optimizeLegibility;
|
|
text-transform: none;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-smoothing: antialiased;
|
|
}
|
|
|
|
.icon-activity-stream:before { content: "\f102"; }
|
|
.icon-google:before { content: "\f100"; }
|
|
.icon-launch:before { content: "\f103"; }
|
|
.icon-launch-circle:before { content: "\f105"; }
|
|
.icon-launch-new:before { content: "\f107"; }
|
|
.icon-launch2:before { content: "\f106"; }
|
|
.icon-saml-02:before { content: "\f101"; }
|
|
.icon-user:before { content: "\f104"; }
|