Skip to content
Snippets Groups Projects
Commit 6e0deeb5 authored by pnogal's avatar pnogal
Browse files

Add mobile style for a button

parent 859eba19
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<mat-sidenav-container id="plans-container"> <mat-sidenav-container id="plans-container">
<mat-sidenav #sidenav position="end" mode="side" [fixedTopGap]="500" opened disableClose> <mat-sidenav #sidenav position="end" mode="side" disableClose>
<app-sidenav-menu-item></app-sidenav-menu-item> <app-sidenav-menu-item></app-sidenav-menu-item>
</mat-sidenav> </mat-sidenav>
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<i *ngIf="!sidenav.opened" class="material-icons">chevron_left</i> <i *ngIf="!sidenav.opened" class="material-icons">chevron_left</i>
</button></div> </button></div>
</div> </div>
<div fxLayout="column" fxLayoutGap="20px" fxLayoutAlign="start stretch" style="margin: 24px"> <div fxLayout="column" fxLayoutGap="20px" fxLayoutAlign="start stretch" style="margin: 24px">
<mat-accordion> <mat-accordion>
......
...@@ -19,4 +19,11 @@ mat-sidenav { ...@@ -19,4 +19,11 @@ mat-sidenav {
border-radius: 50% 0 0 50%; border-radius: 50% 0 0 50%;
padding: 8px; padding: 8px;
background-color: #F0F0F0; background-color: #F0F0F0;
}
@media screen and (max-width: 600px) {
#menu-toggle-btn {
border-radius: 50%;
padding: 12px;
}
} }
\ No newline at end of file
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