summaryrefslogtreecommitdiff
path: root/resources/assets/themes/base.less
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-05 17:09:06 +0200
committermsquare <msquare@notrademark.de>2018-10-30 22:50:22 +0100
commit0aa5f079258afd5276917c1aff565ec1c6411821 (patch)
tree04b3ae3cc9be469f195db503bdf1f0b64b6487f3 /resources/assets/themes/base.less
parent689ad7d5d598fd83ab467662cba2a6f5c7a48859 (diff)
Replaced angel icons with svg
Diffstat (limited to 'resources/assets/themes/base.less')
-rw-r--r--resources/assets/themes/base.less30
1 files changed, 29 insertions, 1 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index 4ae6930e..50789c33 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -1,5 +1,4 @@
@import "../../../node_modules/bootstrap/less/bootstrap";
-@import "../angelFont/angelFont.css";
body {
padding-top: 50px;
@@ -21,6 +20,35 @@ body {
margin: 0px;
}
+.icon-icon_angel {
+ background-color: @text-color;
+
+ display: inline-block;
+ width: 1em;
+ height: 1em;
+
+ -webkit-mask: url(../icons/angel.svg) no-repeat 50% 50%;
+ mask: url(../icons/angel.svg) no-repeat 50% 50%;
+ -webkit-mask-size: cover;
+ mask-size: cover;
+}
+
+a .icon-icon_angel {
+ background-color: @link-color;
+}
+
+.navbar .icon-icon_angel {
+ background-color: @navbar-default-link-disabled-color;
+}
+
+.navbar-brand .icon-icon_angel {
+ background-color: @navbar-default-brand-color;
+}
+
+table a > .icon-icon_angel {
+ background-color: @text-color;
+}
+
.stats {
.make-md-column(3);
.make-xs-column(6);