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:
parent
791d61b122
commit
6b8c2d1739
@ -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%;
|
||||
}
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user