Skip to content
Snippets Groups Projects
Commit fcf6e07b authored by Melvin Luong's avatar Melvin Luong
Browse files

Updated fonts to button controls.

parent a88e95ea
No related branches found
No related tags found
3 merge requests!28Dev,!22Master,!21New css dev
Pipeline #8418 passed
......@@ -15,6 +15,10 @@
margin: 10px;
}
.mat-button {
font-family: Raleway;
}
.banner {
letter-spacing: 15px;
font-size: 22px;
......@@ -24,9 +28,14 @@
.footer {
background-color: #303030;
color: #f0f0f0;
font-size: smaller;
}
.profile-button {
padding: 30px 0px 0px 0px;
}
.button-link {
font-family: Raleway;
font-size: 14px;
padding: 0 30px;
}
\ No newline at end of file
......@@ -59,9 +59,9 @@
</mat-sidenav-container>
<mat-toolbar class="footer">
<span fxFlex></span>
<button mat-button disableRipple="true">About Us</button>
<button mat-button disableRipple="true">Our services</button>
<button mat-button disableRipple=true>Contact Us</button>
<button mat-button class="button-link" disableRipple="true" routerLink="/about-us">About Us</button>
<button mat-button class="button-link" disableRipple="true" routerLink="/our-services">Our services</button>
<button mat-button class="button-link" disableRipple=true routerLink="/contact-us">Contact Us</button>
<span fxFlex></span>
</mat-toolbar>
</div>
......@@ -22,4 +22,8 @@
.mat-expansion-panel-header
.mat-expansion-panel-body {
padding: 0, 0, 0, 0;
}
.mat-button {
font-family: Raleway;
}
\ No newline at end of file
.mat-button {
font-family: Raleway;
}
\ 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