Skip to content

Commit

Permalink
refactoring scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Sep 28, 2020
1 parent 012a01b commit 15412c0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<mat-sidenav-content>

<mat-toolbar>
<mat-toolbar-row style="justify-content: space-between">
<mat-toolbar-row>
<button mat-icon-button fxShow="true" fxHide.gt-xs (click)="sidenav.toggle()">
<mat-icon>menu</mat-icon>
</button>
Expand Down
36 changes: 20 additions & 16 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,8 @@ mat-toolbar {
min-height: 4rem;
max-height: 4rem;

a {
font-family: 'Open Sans', sans-serif !important;
font-weight: bold;
}

a:hover {
color: rgb(159,11,11);
}

button:hover {
color: rgb(159,11,11);
}

div {
//background: rgba(0,0,0, 0.15);
.mat-toolbar-row {
justify-content: space-between;

a {
font-family: 'Open Sans', sans-serif !important;
Expand All @@ -27,7 +14,24 @@ mat-toolbar {

a:hover {
color: rgb(159,11,11);
//background: rgba(255,255,255, 0.7);
}

button:hover {
color: rgb(159,11,11);
}

div {
//background: rgba(0,0,0, 0.15);

a {
font-family: 'Open Sans', sans-serif !important;
font-weight: bold;
}

a:hover {
color: rgb(159,11,11);
//background: rgba(255,255,255, 0.7);
}
}
}
}
Expand Down

0 comments on commit 15412c0

Please sign in to comment.