Skip to content
Snippets Groups Projects
Commit bc28f760 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #605 - category icons are not centered in circle chrome

parent cb185de6
Branches
Tags
No related merge requests found
...@@ -9,6 +9,15 @@ ...@@ -9,6 +9,15 @@
font-size: 20px; font-size: 20px;
} }
.category-circle .fa,
.category-circle .fab,
.category-circle .fad,
.category-circle .fal,
.category-circle .far,
.category-circle .fas {
line-height: 40px;
}
.category-circle-small { .category-circle-small {
width: 34px; width: 34px;
height: 34px; height: 34px;
...@@ -21,6 +30,16 @@ ...@@ -21,6 +30,16 @@
margin: 14px 16px; margin: 14px 16px;
} }
.category-circle-small .fa,
.category-circle-small .fab,
.category-circle-small .fad,
.category-circle-small .fal,
.category-circle-small .far,
.category-circle-small .fas {
line-height: 34px !important;
}
.category-square { .category-square {
border-radius: 10%; border-radius: 10%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment