]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Fixed icon position in share menu
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 20d1ddede55b489a453c9d095ce5f2dc80e122bf..f3d09973e51f4d1ec101ee310743b9d8e033010e 100755 (executable)
@@ -71,6 +71,7 @@
   font-variant: normal;
   text-transform: none;
   line-height: 1;
+  background-size: 24px;
 
   /* Enable Ligatures ================ */
   letter-spacing: 0;
@@ -87,8 +88,8 @@
 }
 
 .icon-image {
-  background-size: 16px 16px;
-  background: no-repeat center;
+  background-size: 16px;
+  background-repeat: no-repeat;
   padding-right: 1em !important;
   padding-left: 1em !important;
 }
   content: "\e953";
 }
 
+.icon-mail::before {
+    content: "\ea86";
+}
+
 .icon-time::before {
   content: "\e952";
 }
   background-image: url("../../_global/img/icons/shaarli.png");
 }
 
-
 body {
   display: flex;
   min-height: 100vh;
@@ -464,8 +468,9 @@ main ul.row {
   color: #fff;
 }
 
-.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
-    color: #fff !important;
+.quickstart .card .card-action a,
+.quickstart .card .card-action a:hover {
+  color: #fff !important;
 }
 
 .settings .div_tabs {