openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/hacks/opera.scss

Summary

Maintainability
Test Coverage
html.opera {
  // Fix legend center align
  legend {
    margin: 0 auto;
  }

  // Properly align icons in circle
  table td.actions .no-text.icon-edit {
    padding-left: 1px;
  }

  // Fix sidebar margin
  #sidebar {
    margin-top: 18px;
  }
}