aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 4751c645..f3d09973 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -88,9 +88,8 @@
88} 88}
89 89
90.icon-image { 90.icon-image {
91 background-size: 24px; 91 background-size: 16px;
92 background-repeat: no-repeat; 92 background-repeat: no-repeat;
93 background-position: center;
94 padding-right: 1em !important; 93 padding-right: 1em !important;
95 padding-left: 1em !important; 94 padding-left: 1em !important;
96} 95}
@@ -107,6 +106,10 @@
107 content: "\e953"; 106 content: "\e953";
108} 107}
109 108
109.icon-mail::before {
110 content: "\ea86";
111}
112
110.icon-time::before { 113.icon-time::before {
111 content: "\e952"; 114 content: "\e952";
112} 115}