diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.scss b/src/app/components/participant/room-participant-page/room-participant-page.component.scss index f8e2b2f3c998cfe38c9e4e08a59638dec4435cd7..85ba00dd36467b47af24b3993e54664bffff6aaf 100644 --- a/src/app/components/participant/room-participant-page/room-participant-page.component.scss +++ b/src/app/components/participant/room-participant-page/room-participant-page.component.scss @@ -8,19 +8,19 @@ mat-card { mat-card-content>:first-child { margin-top: 5%; - margin-bottom: 5%; } -mat-icon{ - height:90% !important; - width: 90% !important; - font-size:48px !important; +.mat-icon-button { + width: 75%; + height: 75%; + margin-bottom: 10px; } -.smallerIcon { - height:80% !important; - width:80% !important; - font-size:48px !important; +mat-icon { + font-size: 50px; + height: 50px; + width: 50px; + line-height: 100%!important; } button { @@ -69,6 +69,10 @@ mat-grid-list { margin-bottom: 20px !important; } +mat-grid-tile { + height: 20px; +} + mat-tooltip-component { position: relative; }