lujanfernaud/prevy

View on GitHub
app/assets/stylesheets/sections/_home.scss

Summary

Maintainability
Test Coverage

Selector sign-up-box__title should be written in lowercase with hyphens
Open

.sign-up-box__title {

Properties should be ordered color, font-size
Open

  font-size: 1.05rem;

Properties should be ordered flex-direction, margin-bottom, margin-top
Open

    margin-top: 4.9rem;

Properties should be ordered margin-bottom, margin-left, margin-right
Open

  margin-left: 1.5rem;

Properties should be ordered padding-bottom, padding-top
Open

    padding-top: 6rem;

Properties should be ordered color, font-size, margin-top
Open

  margin-top: 1.75rem;

Properties should be ordered font-size, margin-top
Open

    margin-top: 4.5rem;

Shorthand form for property padding should be written more concisely as 1.5rem 2rem 2.3rem instead of 1.5rem 2rem 2.3rem 2rem
Open

  padding: 1.5rem 2rem 2.3rem 2rem;

Selector drawings-community__text should be written in lowercase with hyphens
Open

.drawings-community__text {

Shorthand form for property padding should be written more concisely as 2rem 2.5rem 2.6rem instead of 2rem 2.5rem 2.6rem 2.5rem
Open

    padding: 2rem 2.5rem 2.6rem 2.5rem;

Selector sign-up-box__label should be written in lowercase with hyphens
Open

.sign-up-box__label {

Properties should be ordered color, font-size
Open

  font-size: 1.25rem;

Properties should be ordered height, margin-bottom, width
Open

    margin-bottom: -33px;

Shorthand form for property padding should be written more concisely as 2.5rem 0 1.5rem instead of 2.5rem 0 1.5rem 0
Open

  padding: 2.5rem 0 1.5rem 0;

Properties should be ordered flex-basis, flex-direction, padding
Open

    flex-direction: row;

Shorthand form for property padding should be written more concisely as 4.5rem 6rem 5.5rem instead of 4.5rem 6rem 5.5rem 6rem
Open

    padding: 4.5rem 6rem 5.5rem 6rem;

Properties should be ordered padding-bottom, padding-top
Open

  padding-top: 4rem;

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;

Properties should be ordered padding-bottom, padding-top
Open

  padding-top: .5rem;

Properties should be ordered background, display, flex-basis, flex-direction, padding
Open

  display: flex;

Properties should be ordered margin-bottom, margin-top
Open

  margin-top: 3rem;

Properties should be ordered margin-bottom, margin-top
Open

    margin-top: 4.5rem;

Properties should be ordered background, border, border-radius, font-size, padding
Open

  padding: 1.5rem 2rem 2.3rem 2rem;

Properties should be ordered height, margin-bottom, width
Open

  margin-bottom: 10px;

Properties should be ordered align-self, border-bottom, border-right, border-top, right, top
Open

    top: 2rem;

Properties should be ordered position, right, top
Open

    top: 0;

Properties should be ordered align-self, left, position
Open

    position: relative;

Properties should be ordered position, right, top
Open

  top: 1rem;

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

    border-right: 15px solid #fff;

Shorthand form for property padding should be written more concisely as 3.5rem 0 0 instead of 3.5rem 0 0 0
Open

    padding: 3.5rem 0 0 0;

Properties should be ordered align-self, border-bottom, border-left, border-right, bottom, height, position, width
Open

  position: relative;

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

  border-bottom: 15px solid #fff;

There are no issues that match your filters.

Category
Status