1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-02-07 21:57:21 +03:00

Advancing on bootstrap removal

This commit is contained in:
Adolfo Gómez García 2018-09-07 07:15:06 +02:00
parent 791d61b122
commit 6b8c2d1739
2 changed files with 6 additions and 1 deletions

View File

@ -8,4 +8,9 @@
.services-group-image {
width: 2rem;
margin-bottom: 0.4rem;
}
/* .mat-expansion-panel-header-description */
.mat-expansion-panel-header-title {
width: 15%;
}

View File

@ -1,5 +1,5 @@
<mat-expansion-panel [expanded]="expanded">
<mat-expansion-panel-header>
<mat-expansion-panel-header [collapsedHeight]="'3rem'" [expandedHeight]="'5rem'">
<mat-panel-title>
<div class="services-group-title"><img class="services-group-image" [src]="groupImage"> {{group.name}}</div>
</mat-panel-title>