georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Merge rule .map_container img with rule on line 21
Open

  .map_container img{ max-width: none; }

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

      background: white;

Opening curly brace { should be preceded by one space
Open

#search-query-entries  {

Rule declaration should be followed by an empty line
Open

      }

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

        background-color: rgb(238, 238, 238);

Rule declaration should be followed by an empty line
Open

  }

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

    background-color: rgb(50, 50, 50);

Opening curly brace { should be preceded by one space
Open

.social-form{

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

  legend, .pictures {
Severity
Category
Status
Source
Language