DesarrollosWeb/documentofacil

View on GitHub
gestoria.css

Summary

Maintainability
Test Coverage

Showing 17 of 17 total issues

Don't use IDs in selectors.
Open

#user_login {
Severity: Minor
Found in gestoria.css by csslint

The property -ms-transform-origin is compatible with -webkit-transform-origin and should be included as well.
Open

-webkit-transform-origin: 0 10.2px;
Severity: Minor
Found in gestoria.css by csslint

The property -ms-transform-origin is compatible with -webkit-transform-origin and should be included as well.
Open

-webkit-transform-origin: 10.4px 10.2px;
Severity: Minor
Found in gestoria.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

text-indent: -99999px;
Severity: Minor
Found in gestoria.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

border: 1px solid #cecece;
Severity: Minor
Found in gestoria.css by csslint

Rule is empty.
Open

:root {
Severity: Minor
Found in gestoria.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

padding: 7px 10px;
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.card_info {
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#user_login {
Severity: Minor
Found in gestoria.css by csslint

Expected RBRACE at line 2, col 5.
Open

--main-color: rgba(163, 192, 8, 1) 0%;
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.spinner {
Severity: Minor
Found in gestoria.css by csslint

Expected RBRACE at line 3, col 5.
Open

--secondary-color: rgba(23, 107, 5, 1) 100%;
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.spinner:before {
Severity: Minor
Found in gestoria.css by csslint

Heading (h1) should not be qualified.
Open

.container .jumbotron h1 {
Severity: Minor
Found in gestoria.css by csslint

Expected RBRACE at line 4, col 5.
Open

--accent-color: #0a721b;
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.spinner:before,
Severity: Minor
Found in gestoria.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.spinner:after {
Severity: Minor
Found in gestoria.css by csslint
Category
Status