ecararus/product-catalogue

View on GitHub
src/main/resources/static/css/style.css

Summary

Maintainability
Test Coverage

Using height with padding can sometimes make elements larger than you expect.
Open

.footer{border-style: solid; border-width: 1px; height: 100px; margin-top: 10px; padding: 1px;}

Using height with padding can sometimes make elements larger than you expect.
Open

.header{border-style: solid; border-width: 1px; height: 100px; margin-bottom: 10px; padding: 1px;}

Using height with padding-top can sometimes make elements larger than you expect.
Open

.bar{padding-top: 20px; height: 100%;}

Unqualified attribute selectors are known to be slow.
Open

.content [class*="col-"] {padding: 15px; border: 1px solid #777; overflow: auto;}

Attribute selectors with *= are slow!
Open

.content [class*="col-"] {padding: 15px; border: 1px solid #777; overflow: auto;}

Adjoining classes: .row.content
Open

.row.content{height: 300px}

Rule doesn't have all its properties in alphabetical order.
Open

.bar{padding-top: 20px; height: 100%;}

Rule doesn't have all its properties in alphabetical order.
Open

.content [class*="col-"] {padding: 15px; border: 1px solid #777; overflow: auto;}

Rule doesn't have all its properties in alphabetical order.
Open

.checkoutbtn{position:absolute; width:100px; right:10px; bottom:10px;}

There are no issues that match your filters.

Category
Status