Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
fcf6e07b
Commit
fcf6e07b
authored
Dec 06, 2019
by
Melvin Luong
Browse files
Updated fonts to button controls.
parent
a88e95ea
Pipeline
#8418
passed with stage
in 3 minutes and 23 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/app.component.css
View file @
fcf6e07b
...
...
@@ -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
src/app/app.component.html
View file @
fcf6e07b
...
...
@@ -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>
src/app/launcher/launcher.component.css
View file @
fcf6e07b
...
...
@@ -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
src/app/strudelapplist/strudelapplist.component.css
View file @
fcf6e07b
.mat-button
{
font-family
:
Raleway
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment