georgebellos/real_estate

View on GitHub
app/assets/stylesheets/sections/footer.css.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

    margin: 0px;

Properties should be ordered height, margin, min-height
Open

  min-height: 100%;

Use // comments everywhere
Open

  /*Negative indent footer by it's height*/

Avoid using id selectors
Open

  #contact li {

Use // comments everywhere
Open

/*footer*/

!important should not be used
Open

  height: auto !important;

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

    color: rgb(194, 194, 194);

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;

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

    background-color: black;

Avoid using id selectors
Open

  #copyright {

Property height already defined on line 8
Open

  height: 100%;

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

  color: rgb(194, 194, 194);

Avoid using id selectors
Open

#push {

0px should be written without units as 0
Open

    padding: 20px 0px 30px 0px;

Opening curly brace { should be preceded by one space
Open

  .top-footer{

0px should be written without units as 0
Open

    padding: 20px 0px 30px 0px;

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

    background-color: black;

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

    padding-bottom: 10px;

Shorthand form for property padding should be written more concisely as 20px 0px 30px instead of 20px 0px 30px 0px
Open

    padding: 20px 0px 30px 0px;

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

  background: none repeat scroll 0% 0% rgb(92, 92, 92);

Avoid using id selectors
Open

#wrap {

Properties should be ordered line-height, list-style
Open

    list-style: none;

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

    border-bottom: 1px solid rgb(112, 112, 112);

Avoid using id selectors
Open

  #footer-bottom {

There are no issues that match your filters.

Category
Status