This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <h1>Angular Material</h1>
5
5
< h2 > Material Design components for Angular apps</ h2 >
6
6
</ div >
7
7
< div class ="docs-header-start ">
8
- < a md-raised-button routerLink ="guide/getting-started "> Get started</ a >
8
+ < a md-raised-button class =" docs-button " routerLink ="guide/getting-started "> Get started</ a >
9
9
</ div >
10
10
</ div >
11
11
</ header >
@@ -51,7 +51,7 @@ <h2>Optimized for Angular</h2>
51
51
</ div >
52
52
</ div >
53
53
< div class ="docs-homepage-bottom-start ">
54
- < a md-raised-button routerLink ="guide/getting-started "> Get started</ a >
54
+ < a md-raised-button class =" docs-button " routerLink ="guide/getting-started "> Get started</ a >
55
55
</ div >
56
56
</ div >
57
57
Original file line number Diff line number Diff line change 1
1
<!-- TODO: figure out if the <nav> should go inside of a <header> element. -->
2
2
< nav class ="docs-navbar ">
3
- < a md-button routerLink ="/ " aria-label ="Angular Material ">
3
+ < a md-button class =" docs-button " routerLink ="/ " aria-label ="Angular Material ">
4
4
< img class ="docs-angular-logo "
5
5
src ="../../../assets/img/homepage/angular-white-transparent.svg "
6
6
alt ="Angular ">
7
7
< span > Material</ span >
8
8
</ a >
9
- < a md-button routerLink ="components "> Components</ a >
10
- < a md-button routerLink ="guides "> Guides</ a >
11
- < a md-button href ="https://github.com/angular/material2 " aria-label ="GitHub Repository ">
9
+ < a md-button class =" docs-button " routerLink ="components "> Components</ a >
10
+ < a md-button class =" docs-button " routerLink ="guides "> Guides</ a >
11
+ < a md-button class =" docs-button " href ="https://github.com/angular/material2 " aria-label ="GitHub Repository ">
12
12
< img class ="docs-github-logo "
13
13
src ="../../../assets/img/homepage/github-circle-white-transparent.svg "
14
14
alt ="GitHub ">
Original file line number Diff line number Diff line change 21
21
margin : 0 ;
22
22
}
23
23
24
- [md-button ], [md-raised-button ] {
24
+ .docs-button [md-button ], .docs-button [md-raised-button ] {
25
25
text-transform : uppercase ;
26
26
}
27
27
You can’t perform that action at this time.
0 commit comments