openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Merge rule label with rule on line 33
Open

  label {

Avoid using id selectors
Open

  #image-over {

0px should be written without units as 0
Open

      padding: 41px 0px;

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

    background-color: #f1f1f1;

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

    border: 3px dashed #494949;

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

      background-color: #efefef;

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

        &, & * {

Avoid using id selectors
Open

      &#hub-panel:hover, &#both-panel:hover {

Avoid using id selectors
Open

        &#hub-panel, &#both-panel {

Each selector in a comma sequence should be on its own single line
Open

        &#hub-panel, &#both-panel {

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

      p {

0px should be written without units as 0
Open

      padding: 10px 0px;

Avoid qualifying class selectors with an element.
Open

    a.btnpanel {

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

      h4 {

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

      i {

Avoid using id selectors
Open

      &#producer-panel:hover {

Unnecessary parent selector (&)
Open

        &, & * {

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

        &, & * {

Avoid using id selectors
Open

        &#hub-panel, &#both-panel {

Unnecessary parent selector (&)
Open

            &, & * {

Each selector in a comma sequence should be on its own single line
Open

  ol, ul, p {

Avoid using id selectors
Open

    #logo-select {

0px should be written without units as 0
Open

    padding: 41px 0px;

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

    border: 3px dashed #494949;

Avoid using id selectors
Open

  #or {

Unnecessary parent selector (&)
Open

        &, & * {

Each selector in a comma sequence should be on its own single line
Open

            &, & * {

0px should be written without units as 0
Open

      margin: 0px;

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

        background-color: #fff;

Avoid using id selectors
Open

  #progress-bar {

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

      @include box-shadow(inset 0 0 1px 0 #fff);

Each selector in a comma sequence should be on its own single line
Open

        &, & * {

Avoid using id selectors
Open

      &#hub-panel:hover, &#both-panel:hover {

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

    background: white;

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

      color: black;

Each selector in a comma sequence should be on its own single line
Open

        &, & * {

Each selector in a comma sequence should be on its own single line
Open

    map, .angular-google-map-container, google-map, .angular-google-map {

Color black should be written in hexadecimal form as #000000
Open

      color: black;

Unnecessary parent selector (&)
Open

            &, & * {

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

              color: white;

Each selector in a comma sequence should be on its own single line
Open

    map, .angular-google-map-container, google-map, .angular-google-map {

Unnecessary parent selector (&)
Open

        &, & * {

Avoid using id selectors
Open

        &#producer-panel {

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

              color: white;

Avoid using id selectors
Open

#registration-modal {

Avoid qualifying class selectors with an element.
Open

  label.indent-checkbox {

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

    color: #373737;

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

              color: white;

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

              color: white;

Each selector in a comma sequence should be on its own single line
Open

  ol, ul {

0px should be written without units as 0
Open

      padding: 21px 0px;

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

            &, & * {

Merge rule .item.active with rule on line 72
Open

    .item.active {

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

      background-color: #78cd91;

Each selector in a comma sequence should be on its own single line
Open

    map, .angular-google-map-container, google-map, .angular-google-map {

Avoid using id selectors
Open

  #enterprise-types {

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

      color: #fff;

Avoid using id selectors
Open

  #image-placeholder {

Each selector in a comma sequence should be on its own single line
Open

        &, & * {

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

            &, & * {

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

    background-color: #ffffff;

0px should be written without units as 0
Open

    padding: 21px 0px;

Avoid using id selectors
Open

#registration-type {

Each selector in a comma sequence should be on its own single line
Open

            &, & * {

Each selector in a comma sequence should be on its own single line
Open

  ol, ul, p {

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

    background: white;

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

    color: #494949;

Each selector in a comma sequence should be on its own single line
Open

      &#hub-panel:hover, &#both-panel:hover {

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

        &, & * {

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

          color: #fff;

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

There are no issues that match your filters.

Category
Status