Spaces:
Building
Building
Update flare-ui/src/styles.scss
Browse files- flare-ui/src/styles.scss +1 -1
flare-ui/src/styles.scss
CHANGED
@@ -123,6 +123,7 @@ body {
|
|
123 |
}
|
124 |
|
125 |
// Global mat-icon alignment fix
|
|
|
126 |
.mat-mdc-button,
|
127 |
.mat-mdc-raised-button,
|
128 |
.mat-mdc-unelevated-button,
|
@@ -135,7 +136,6 @@ body {
|
|
135 |
|
136 |
mat-icon {
|
137 |
margin-top: -5px;
|
138 |
-
line-height: inherit;
|
139 |
}
|
140 |
}
|
141 |
}
|
|
|
123 |
}
|
124 |
|
125 |
// Global mat-icon alignment fix
|
126 |
+
.mdc-button,
|
127 |
.mat-mdc-button,
|
128 |
.mat-mdc-raised-button,
|
129 |
.mat-mdc-unelevated-button,
|
|
|
136 |
|
137 |
mat-icon {
|
138 |
margin-top: -5px;
|
|
|
139 |
}
|
140 |
}
|
141 |
}
|