summaryrefslogtreecommitdiffstats
path: root/public/css/icons.less
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:35 +0000
commit5f112e7d0464d98282443b78870cdccabe42aae9 (patch)
treeaac24e989ceebb84c04de382960608c3fcef7313 /public/css/icons.less
parentInitial commit. (diff)
downloadicingaweb2-module-x509-b67601639a66a609ebd3fc0f1f7d2dc2bc2e7e76.tar.xz
icingaweb2-module-x509-b67601639a66a609ebd3fc0f1f7d2dc2bc2e7e76.zip
Adding upstream version 1:1.1.2.upstream/1%1.1.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'public/css/icons.less')
-rw-r--r--public/css/icons.less52
1 files changed, 52 insertions, 0 deletions
diff --git a/public/css/icons.less b/public/css/icons.less
new file mode 100644
index 0000000..73701b5
--- /dev/null
+++ b/public/css/icons.less
@@ -0,0 +1,52 @@
+/* Icinga Web 2 X.509 Module | (c) 2018 Icinga GmbH | GPLv2 */
+
+[class^='x509-icon-'], [class*=' x509-icon-'] {
+ &:before {
+ font-style: normal;
+ font-weight: normal;
+ speak: none;
+
+ display: inline-block;
+ text-decoration: inherit;
+ width: 1em;
+ margin-right: .2em;
+ text-align: center;
+ /* opacity: .8; */
+
+ /* For safety - reset parent styles, that can break glyph codes*/
+ font-variant: normal;
+ text-transform: none;
+
+ /* fix buttons height, for twitter bootstrap */
+ line-height: 1em;
+
+ /* Animation center compensation - margins should be symmetric */
+ /* remove if not needed */
+ margin-left: .2em;
+
+ /* Font smoothing. That was taken from TWBS */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
+ /* Uncomment for 3D effect */
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+ }
+}
+
+@font-face {
+ font-family: 'Icinga Web 2 Module X.509';
+ src: url('../x509/icons?q=eot#iefix') format('embedded-opentype'),
+ url('../x509/icons?q=woff') format('woff'),
+ url('../x509/icons?q=ttf') format('truetype'),
+ url('../x509/icons?q=svg#icinga-icons') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+[class^='x509-icon-'], [class*=' x509-icon-'] {
+ font-family: 'Icinga Web 2 Module X.509';
+}
+
+.x509-icon-ca:before { content: '\e000'; }
+.x509-icon-self-signed:before { content: '\e001'; }
+.x509-icon-cert:before { content: '\e002'; }