AyuntamientoMadrid/participacion

View on GitHub
app/assets/stylesheets/shared/social_share.scss

Summary

Maintainability
Test Coverage

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

  color: #fff;

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

  background: #08c;

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

    color: #43d854;

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

  background: #3b5998;

!important should not be used
Open

    display: none !important;

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

    background: #fff;

Selector ssb-whatsapp_app should be written in lowercase with hyphens
Open

  .ssb-telegram,

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

    color: #354f88;

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

    color: #40a2d1;

Selector ssb-whatsapp_app should be written in lowercase with hyphens
Open

.ssb-whatsapp_app {

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

  background: #45b0e3;

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

  background: #43d854;

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

    color: #40a2d1;

There are no issues that match your filters.

Category
Status