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

Revert "OZG-6423 Fix icon styling"

This reverts commit 90bf2f37.
parent 90bf2f37
Branches
Tags
No related merge requests found
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
mat-icon { mat-icon {
color: $grey; color: $grey;
position: relative; position: absolute;
left: 33%; left: 50%;
top: 33%; top: 50%;
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