remove top/bottom margin on info icon (#8822)

feature/default_network_editable
Brad Decker 5 years ago committed by GitHub
parent 61d9fcde35
commit 4f3e9d70fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/ui/icon/index.scss

@ -1,5 +1,5 @@
.info-icon { .info-icon {
margin: 4px; margin: 0 4px;
&--success { &--success {
fill: $success-green; fill: $success-green;

Loading…
Cancel
Save