Skip to content
Snippets Groups Projects
Commit be2acdee authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix icon-buttons of content-list component

parent fb3e90d3
1 merge request!150Resolve "Follow up from "Several Fixes""
...@@ -35,8 +35,9 @@ h2 { ...@@ -35,8 +35,9 @@ h2 {
} }
.actionButton { .actionButton {
margin: 20px; width: 75%;
width: 30%; height: 75%;
margin: 5px;
&:hover { &:hover {
transform: scale(1.25) transform: scale(1.25)
...@@ -57,8 +58,8 @@ mat-tooltip-component { ...@@ -57,8 +58,8 @@ mat-tooltip-component {
} }
.actionIcon { .actionIcon {
height: 90% !important; font-size: 50px;
width: 90% !important; height: 50px;
font-size: 48px !important; width: 50px;
text-align: center; line-height: 100%!important;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment