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

Adjust margin of icon-buttons

parent 92304ad4
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<mat-grid-tile> <mat-grid-tile>
<button mat-icon-button color="primary" matTooltip="{{ 'room-page.give-feedback' | translate}}" <button mat-icon-button color="primary" matTooltip="{{ 'room-page.give-feedback' | translate}}"
routerLink="/participant/room/{{ room.id }}/feedback-barometer"> routerLink="/participant/room/{{ room.id }}/feedback-barometer">
<mat-icon class="smallerIcon">thumbs_up_down</mat-icon> <mat-icon>thumbs_up_down</mat-icon>
</button> </button>
</mat-grid-tile> </mat-grid-tile>
<mat-grid-tile> <mat-grid-tile>
......
...@@ -13,7 +13,7 @@ mat-card-content>:first-child { ...@@ -13,7 +13,7 @@ mat-card-content>:first-child {
.mat-icon-button { .mat-icon-button {
width: 75%; width: 75%;
height: 75%; height: 75%;
margin-bottom: 10px; margin-bottom: 20px;
} }
mat-icon { mat-icon {
......
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