openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/loading.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

      box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);

0px should be written without units as 0
Open

    text-shadow: 0px 0px 0px #fff;

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

      color: white;

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

    text-shadow: 0px 0px 5px #fff;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 0px #fff;

Color #FFFFFF should be written as #ffffff
Open

      background-color: #FFFFFF;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 10px #fff;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 10px #fff;

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

    text-shadow: 0px 0px 0px #fff;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 0px #fff;

Avoid using id selectors
Open

#loading {

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

      background-color: #FFFFFF;

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);

Avoid using id selectors
Open

  #message {

0px should be written without units as 0
Open

    text-shadow: 0px 0px 5px #fff;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 5px #fff;

0px should be written without units as 0
Open

    margin-top: 0px;

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

    text-shadow: 0px 0px 10px #fff;

Color literals like rgba(0, 0, 0, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: rgba(0, 0, 0, 0.85);

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

      color: white;

Color #FFFFFF should be written as #FFF
Open

      background-color: #FFFFFF;

There are no issues that match your filters.

Category
Status