AyuntamientoMadrid/participacion

View on GitHub
app/assets/stylesheets/admin/menu.scss

Summary

Maintainability
Test Coverage

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

  background: linear-gradient(to bottom, $sidebar 0%, #488fb5 100%);

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

    &.comments-link {

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

    &.dashboard-link {

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

    &.settings-link {

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

    &.invitations-link {

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

    &.site-customization-link {

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

    &.messages-link {

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

    a {

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

    &.legislation-link,

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

    &.ml-link {

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

      margin-top: 0.1em;

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

    &.booths-link {

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

    &.debates-link {

Merge rule li > :first-child with rule on line 114
Open

  li > :first-child {

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

    &::before,

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

      &::before {

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

    &.signature-sheets-link {

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

    li:last-child {

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

    &.budgets-link,

Merge rule ul ul with rule on line 6
Open

  ul ul {

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

    li:first-child {

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

      transition: 0.25s;

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

  > ul > li > :first-child {

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

    &.print-proposals-link,

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

    &.users-link {

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

    &.moderated-content-link {

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

    &.polls-link {

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

    &.proposals-link,

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

    &.profiles-link {

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

    &.stats-link {

Properties should be ordered border-left, margin-left, padding-left
Open

      margin-left: calc(#{$line-height * 2} / 3);

There are no issues that match your filters.

Category
Status