ciyidogan commited on
Commit
bfe31f1
·
verified ·
1 Parent(s): 0656b65

Update flare-ui/src/styles.scss

Browse files
Files changed (1) hide show
  1. flare-ui/src/styles.scss +1 -2
flare-ui/src/styles.scss CHANGED
@@ -123,7 +123,6 @@ body {
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,
@@ -135,7 +134,7 @@ body {
135
  gap: 6px;
136
 
137
  mat-icon {
138
- margin: 0;
139
  line-height: inherit;
140
  }
141
  }
 
123
  }
124
 
125
  // Global mat-icon alignment fix
 
126
  .mat-mdc-button,
127
  .mat-mdc-raised-button,
128
  .mat-mdc-unelevated-button,
 
134
  gap: 6px;
135
 
136
  mat-icon {
137
+ margin-top: -5px;
138
  line-height: inherit;
139
  }
140
  }