Skip to content
Snippets Groups Projects
Commit b41f948f authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(carto): reponsive display of carto list/map switch button

parent 61f2ecc1
No related branches found
No related tags found
2 merge requests!462V2.1.2,!442fix/94-responsive-carto-affichage-du-bouton-carte-liste-a-corriger
......@@ -161,13 +161,7 @@
<ng-container *ngIf="style === buttonTypeEnum.ButtonPhone">
<button [disabled]="disabled" class="btn-switch-phone" type="{{ type }}" (click)="doAction()">
<div *ngIf="!iconBtn" class="text">{{ text }}</div>
<div
*ngIf="iconBtn"
fxLayout="row center"
class="text withIcon"
fxLayoutAlign="space-around center"
fxLayoutGap="13px"
>
<div *ngIf="iconBtn" fxLayout="center" class="text withIcon" fxLayoutAlign="space-around center" fxLayoutGap="13px">
<app-svg-icon
class="iconBtn"
[type]="'ico'"
......
......
......@@ -241,7 +241,7 @@ button {
height: 40px;
width: 124px;
color: $white;
padding: 4px 28px;
padding: 0 28px;
border-radius: 20px;
.iconBtn {
margin-right: 6px;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment