Spaces:
Building
Building
Update flare-ui/src/styles.scss
Browse files- flare-ui/src/styles.scss +15 -0
flare-ui/src/styles.scss
CHANGED
@@ -120,4 +120,19 @@ body {
|
|
120 |
|
121 |
.section-header {
|
122 |
margin-bottom: 3px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
|
|
120 |
|
121 |
.section-header {
|
122 |
margin-bottom: 3px;
|
123 |
+
}
|
124 |
+
|
125 |
+
// Mat-icon button alignment fix
|
126 |
+
button[mat-button],
|
127 |
+
button[mat-raised-button],
|
128 |
+
button[mat-icon-button],
|
129 |
+
button[mat-fab],
|
130 |
+
button[mat-mini-fab],
|
131 |
+
button[mat-stroked-button],
|
132 |
+
button[mat-flat-button] {
|
133 |
+
.mat-icon {
|
134 |
+
vertical-align: middle;
|
135 |
+
margin-right: 4px;
|
136 |
+
margin-top: -2px; // Fine-tuning için
|
137 |
+
}
|
138 |
}
|