AyuntamientoMadrid/participacion

View on GitHub

Showing 2,520 of 2,520 total issues

Prefer single quoted strings
Open

  content: "\f0f3";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

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

        .comment-input {

Prefer single quoted strings
Open

  content: "\f058";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

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

              color: #87a3b9;

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

                &::after {

Prefer single quoted strings
Open

  content: "\f0fe";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

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

    border: 1px solid #dee0e3;

Prefer single quoted strings
Open

  content: "\f3fe";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

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

      .icon-expand {

Prefer single quoted strings
Open

  content: "\f16d";
Severity: Minor
Found in app/assets/stylesheets/icons.scss by scss-lint

Merge rule .tabs-title > a with rule on line 342
Open

  .tabs-title > a {

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

  h1 a {

!important should not be used
Open

    height: $line-height !important;

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

    .milestone-progress .row {

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

    background: #f8f8f8;

Properties should be ordered color, font-size, left, position, top
Open

      position: absolute;

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

    ul li {

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

  background: #ebeef4;

Merge rule .button.button-google with rule on line 122
Open

.button.button-google {

Properties should be ordered margin-top, overflow, padding
Open

    padding: calc(#{$line-height} / 4) 0;
Severity
Category
Status
Source
Language