Spaces:
Building
Building
Update flare-ui/src/styles.scss
Browse files- flare-ui/src/styles.scss +2 -17
flare-ui/src/styles.scss
CHANGED
@@ -129,22 +129,7 @@ body {
|
|
129 |
.mat-mdc-unelevated-button,
|
130 |
.mat-mdc-outlined-button,
|
131 |
.mat-mdc-icon-button {
|
132 |
-
|
133 |
-
|
134 |
-
align-items: center;
|
135 |
-
gap: 6px;
|
136 |
-
|
137 |
-
mat-icon {
|
138 |
-
line-height:0;
|
139 |
-
}
|
140 |
}
|
141 |
-
}
|
142 |
-
|
143 |
-
// Legacy support
|
144 |
-
button[mat-button] mat-icon,
|
145 |
-
button[mat-raised-button] mat-icon,
|
146 |
-
button[mat-stroked-button] mat-icon,
|
147 |
-
button[mat-flat-button] mat-icon {
|
148 |
-
vertical-align: middle;
|
149 |
-
margin-right: 4px;
|
150 |
}
|
|
|
129 |
.mat-mdc-unelevated-button,
|
130 |
.mat-mdc-outlined-button,
|
131 |
.mat-mdc-icon-button {
|
132 |
+
mat-icon {
|
133 |
+
line-height:0;
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
}
|