fix(aio): hand fix the renaming md->mat issues (#19702)

These are changes that the mat-switcher missed and I had to make them by hand.

PR Close #19702
This commit is contained in:
Igor Minar
2017-10-13 13:08:32 -07:00
committed by Matias Niemelä
parent 415e75716a
commit 71291aa2c0
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/* Button Styles */
.button,
a.button.md-button {
a.button.mat-button {
display: inline-block;
line-height: 32px;
padding: 0px 16px;
@ -61,7 +61,7 @@ a.button.md-button {
}
&.button-shield,
&.button-shield.md-button {
&.button-shield.mat-button {
background-color: $blue;
background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat;
color: rgba($white, .87);