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

Reposition of icon-buttons

parent 70a05a51
No related merge requests found
...@@ -8,19 +8,19 @@ mat-card { ...@@ -8,19 +8,19 @@ mat-card {
mat-card-content>:first-child { mat-card-content>:first-child {
margin-top: 5%; margin-top: 5%;
margin-bottom: 5%;
} }
mat-icon{ .mat-icon-button {
height:90% !important; width: 75%;
width: 90% !important; height: 75%;
font-size:48px !important; margin-bottom: 10px;
} }
.smallerIcon { mat-icon {
height:80% !important; font-size: 50px;
width:80% !important; height: 50px;
font-size:48px !important; width: 50px;
line-height: 100%!important;
} }
button { button {
...@@ -69,6 +69,10 @@ mat-grid-list { ...@@ -69,6 +69,10 @@ mat-grid-list {
margin-bottom: 20px !important; margin-bottom: 20px !important;
} }
mat-grid-tile {
height: 20px;
}
mat-tooltip-component { mat-tooltip-component {
position: relative; position: relative;
} }
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