openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/terms_of_service_banner.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

  bottom: 0px;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: white;

Color white should be written in hexadecimal form as #ffffff
Open

    color: white;

Avoid using id selectors
Open

#banner-container {

There are no issues that match your filters.

Category
Status