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:

committed by
Matias Niemelä

parent
415e75716a
commit
71291aa2c0
@ -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);
|
||||
|
Reference in New Issue
Block a user