ciyidogan commited on
Commit
d482833
·
verified ·
1 Parent(s): f72f064

Update flare-ui/src/styles.scss

Browse files
Files changed (1) hide show
  1. 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
  }