Skip to content
Snippets Groups Projects
Commit 90bf2f37 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6423 Fix icon styling

parent 71b15f2d
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
mat-icon { mat-icon {
color: $grey; color: $grey;
position: absolute; position: relative;
left: 50%; left: 33%;
top: 50%; top: 33%;
transform: scale(1.78) translate(-50%, -50%); transform: scale(1.78) translate(-50%, -50%);
transform-origin: left top; transform-origin: left top;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment