openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/components/alert-box.scss

Summary

Maintainability
Test Coverage

Rule declaration should be preceded by an empty line
Open

      &:hover {

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

    background-color: #fbffee;

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

    border: 1px solid #e6912e;

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

      color: #e6912e;

Avoid qualifying class selectors with an element.
Open

    a.close {

Rule declaration should be preceded by an empty line
Open

      &:hover {

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

        background-color: #c82020;

Avoid qualifying class selectors with an element.
Open

    a.button {

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

    background-color: #f5dcdc;

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

    color: #c82020;

Avoid qualifying class selectors with an element.
Open

    a.close {

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

    color: #e6912e;

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

      color: #c82020;

Avoid qualifying class selectors with an element.
Open

    a.button {

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

        background-color: #e6912e;

Rule declaration should be preceded by an empty line
Open

      &:hover {

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

      background-color: #a7c44d;

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

    background-color: #fff4e6;

Avoid qualifying class selectors with an element.
Open

    a.close {

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

  background-color: #eff5dc;

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

      background-color: #c85252;

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

  color: #666;

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

      background-color: #db9350;

Avoid qualifying class selectors with an element.
Open

  a.close {

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

    border: 1px solid #c82020;

Avoid qualifying class selectors with an element.
Open

    a.button {

There are no issues that match your filters.

Category
Status