jdutil/spree_drop_ship

View on GitHub
app/assets/stylesheets/spree/backend/spree_drop_ship.scss

Summary

Maintainability
Test Coverage
/*
 *= require spree/backend
*/

.center {
  text-align: center;
}

.state.delivered:before,
.state.confirmed:before {
  background-color: #ff9300;
}

.supplier-banks ol li {
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: left;
}

a .without-textdecor{
  text-decoration: none;
}