consul/consul

View on GitHub
app/assets/stylesheets/dashboard.scss

Summary

Maintainability
Test Coverage

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

      fill: #005c92;

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

    background: #feeaeb;

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

    color: #000;

Selector should have depth of applicability no greater than 3, but was 4
Open

      img {

Prefer single quoted strings
Open

    content: "\6c";

Properties should be ordered left, position, top
Open

    position: absolute;

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

      background: #064c86;

Prefer single quoted strings
Open

    font-family: "icons";

Prefer single quoted strings
Open

      content: "";

Prefer single quoted strings
Open

      content: "\74";

Merge rule .community-info with rule on line 392
Open

  .community-info {

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

      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);

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

      color: #fb9497;

Prefer single quoted strings
Open

    content: "\74";

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

      background: linear-gradient(to right, rgba(231, 236, 240, 1) 0%, rgba(251, 251, 251, 1) 90%);

Nesting should be no greater than 3, but was 4
Open

      img {

Nesting should be no greater than 3, but was 4
Open

      &.intro {

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

    background: #f0efea;

Prefer single quoted strings
Open

    content: "\77";

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

  background: #e7f3fd;

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

    background: #00cb96;

0.75 should be written without a leading zero as .75
Open

      box-shadow: -4px 18px 45px -19px rgba(0, 0, 0, 0.75);

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

  background: #fbfbfb;

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

  background: #d1f5eb;

Prefer single quoted strings
Open

    content: "\77";

Prefer single quoted strings
Open

    font-family: "icons";

Prefer single quoted strings
Open

    content: "\67";

0.1 should be written without a leading zero as .1
Open

      box-shadow: -16px 61px 49px -19px rgba(0, 0, 0, 0.1);

Selector should have depth of applicability no greater than 3, but was 4
Open

      img {

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

      box-shadow: -4px 18px 45px -19px rgba(0, 0, 0, 0.75);

Properties should be ordered margin, max-width
Open

    max-width: 90%;

Nesting should be no greater than 3, but was 4
Open

      &.proposal-code {

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

    background: #ffad33;

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

    color: #00cb96;

Prefer single quoted strings
Open

    font-family: "icons";

Color literals like rgba(231, 236, 240, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: linear-gradient(to right, rgba(231, 236, 240, 1) 0%, rgba(251, 251, 251, 1) 90%);

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

      stroke: #005c92;

Nesting should be no greater than 3, but was 4
Open

      img {

Properties should be ordered background-position, background-repeat, background-size, overflow, position
Open

      background-size: cover;

0.25 should be written without a leading zero as .25
Open

      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);

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

  background: #fbfbfb;

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

      box-shadow: -16px 61px 49px -19px rgba(0, 0, 0, 0.1);

Prefer single quoted strings
Open

      content: "";

There are no issues that match your filters.

Category
Status