AgileVentures/LocalSupport

View on GitHub
app/assets/stylesheets/without_users.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    border-top: none !important;

Don't use IDs in selectors.
Open

#preview_email {

Don't use IDs in selectors.
Open

#toolbar.affix {

Adjoining classes: a.btn.pull-right
Open

a.btn.pull-right {

Element (a.btn.pull-right) is overqualified, just use .pull-right without element name.
Open

a.btn.pull-right {

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

#preview_email {

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

#toolbar.affix {

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

a.btn {

There are no issues that match your filters.

Category
Status