This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 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>
55 < h2 > Material Design components for Angular apps</ h2 >
66 </ div >
77 < 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 >
99 </ div >
1010 </ div >
1111</ header >
@@ -51,7 +51,7 @@ <h2>Optimized for Angular</h2>
5151 </ div >
5252 </ div >
5353 < 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 >
5555 </ div >
5656</ div >
5757
Original file line number Diff line number Diff line change 11<!-- TODO: figure out if the <nav> should go inside of a <header> element. -->
22< 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 ">
44 < img class ="docs-angular-logo "
55 src ="../../../assets/img/homepage/angular-white-transparent.svg "
66 alt ="Angular ">
77 < span > Material</ span >
88 </ 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 ">
1212 < img class ="docs-github-logo "
1313 src ="../../../assets/img/homepage/github-circle-white-transparent.svg "
1414 alt ="GitHub ">
Original file line number Diff line number Diff line change 2121 margin : 0 ;
2222}
2323
24- [md-button ], [md-raised-button ] {
24+ .docs-button [md-button ], .docs-button [md-raised-button ] {
2525 text-transform : uppercase ;
2626}
2727
You can’t perform that action at this time.
0 commit comments