1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/static/css/core-icons.css
Daniel Messer d9dbbd88db ui: basic support for cosign in the UI (PROJQUAY-3965) (#1380)
* ui: basic support for cosign in the UI (PROJQUAY-3965)

* sharpen regex for cosign manifest tag name convention

Co-authored-by: Oleg Bulatov <oleg@bulatov.me>

* fix broken signature match

* addressing review comments

* fix tool tip width issues

Co-authored-by: Oleg Bulatov <oleg@bulatov.me>
2022-06-16 14:06:56 +02:00

167 lines
2.0 KiB
CSS

/* Generated by grunt-webfont */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */
@font-face {
font-family:"core-icons";
src:url("icons/core-icons.eot?a86b92879b1f73264a64fbc6c6cab7e1");
src:url("icons/core-icons.eot?#iefix") format("embedded-opentype"),
url("icons/core-icons.woff?a86b92879b1f73264a64fbc6c6cab7e1") format("woff"),
url("icons/core-icons.ttf?a86b92879b1f73264a64fbc6c6cab7e1") format("truetype"),
url("icons/core-icons.svg?a86b92879b1f73264a64fbc6c6cab7e1#core-icons") format("svg");
font-weight:normal;
font-style:normal;
}
/* Bootstrap Overrides */
[class^="ci-"]:before,
[class*=" ci-"]:before {
font-family:"core-icons";
display:inline-block;
vertical-align:middle;
line-height:1;
font-weight:normal;
font-style:normal;
speak:none;
text-decoration:inherit;
text-transform:none;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
/* Icons */
.ci-appcube:before {
content:"\f10e";
}
.ci-application:before {
content:"\f101";
}
.ci-cog:before {
content:"\f10a";
}
.ci-gitlab:before {
content:"\f102";
}
.ci-invite:before {
content:"\f103";
}
.ci-invoice:before {
content:"\f104";
}
.ci-k8s-logo:before {
content:"\f116";
}
.ci-layers:before {
content:"\f105";
}
.ci-package:before {
content:"\f10b";
}
.ci-robot:before {
content:"\f106";
}
.ci-shared-database:before {
content:"\f115";
}
.ci-shield-check-full:before {
content:"\f10f";
}
.ci-shield-check-outline:before {
content:"\f110";
}
.ci-shield-invalid-full:before {
content:"\f111";
}
.ci-shield-invalid-outline:before {
content:"\f112";
}
.ci-shield-lightning-full:before {
content:"\f113";
}
.ci-shield-none:before {
content:"\f114";
}
.ci-squashed:before {
content:"\f107";
}
.ci-stamp:before {
content:"\f108";
}
.ci-stop:before {
content:"\f109";
}
.ci-tpm-icon:before {
content:"\f10c";
}
.ci-undelete:before {
content:"\f10d";
}