Skip to content
Snippets Groups Projects
Commit 3450903c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix css

parent b36be927
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.admin-contact { .admin-contact {
min-width: 850px; //min-width: 850px;
max-width: 99vw; max-width: 99vw;
width: 90vw; width: 90vw;
} }
\ No newline at end of file
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
</mat-progress-bar> </mat-progress-bar>
</div> </div>
<div [class.multipleUnits]="!isEmptyUnit('address') || !isEmptyUnit('complement')"> <div class="row">
<ng-container *ngFor="let unit of contactUnit"> <ng-container *ngFor="let unit of contactUnit">
<div *ngIf="!isEmptyUnit(unit.id)"> <div [class.col-sm-12]="unit.id !== 'complement' && !isEmptyUnit('mainInfo') && !isEmptyUnit('address')" [class.col-md-6]="unit.id !== 'complement' && !isEmptyUnit('mainInfo') && !isEmptyUnit('address')" [class.col-md-12]="unit.id === 'complement'" *ngIf="!isEmptyUnit(unit.id)">
<mat-list> <mat-list>
<h3 mat-subheader class="unitTitle"><span style="flex:1">{{unit.label}}</span><a <h3 mat-subheader class="unitTitle"><span style="flex:1">{{unit.label}}</span><a
*ngIf="unit.id === 'address'" (click)="addressBANMode=!addressBANMode" *ngIf="unit.id === 'address'" (click)="addressBANMode=!addressBANMode"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
height: auto !important; height: auto !important;
} }
.multipleUnits div:nth-child(1) { /*.multipleUnits div:nth-child(1) {
display: inline-grid !important; display: inline-grid !important;
width: 50%; width: 50%;
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.multipleUnits div:nth-child(2) { .multipleUnits div:nth-child(2) {
display: inline-grid !important; display: inline-grid !important;
width: 50%; width: 50%;
} }*/
.unitTitle { .unitTitle {
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment