alex030293/mean-boilerplate

View on GitHub
public/css/login.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    height: 400px !important;
Severity: Minor
Found in public/css/login.css by csslint

Use of !important
Open

    line-height: 24px !important;
Severity: Minor
Found in public/css/login.css by csslint

Use of !important
Open

    height: 16px !important;
Severity: Minor
Found in public/css/login.css by csslint

Use of !important
Open

    font-size: 16px !important;
Severity: Minor
Found in public/css/login.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(4, 40, 68, 0.85);
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.loading button .spinner
Open

.login.loading button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in public/css/login.css by csslint

Fallback border (hex or RGB) should precede RGBA border.
Open

    border: 0px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.ko button .spinner
Open

.login.ko button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

Missing standard property 'transform' to go along with '-webkit-transform'.
Open

    -webkit-transform: rotateZ(0deg);
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.ko button .spinner:after
Open

.login.ko button .spinner:after {
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.ok button .spinner
Open

.login.ok button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.loading button
Open

.login.loading button {
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.ok button
Open

.login.ok button {
Severity: Minor
Found in public/css/login.css by csslint

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

    -webkit-transform: rotateZ(0deg);
Severity: Minor
Found in public/css/login.css by csslint

Adjoining classes: .login.ko button
Open

.login.ko button {
Severity: Minor
Found in public/css/login.css by csslint

Fallback border-top-color (hex or RGB) should precede RGBA border-top-color.
Open

    border-top-color: rgba(255, 255, 255, 0.3);
Severity: Minor
Found in public/css/login.css by csslint

Using height with padding-bottom can sometimes make elements larger than you expect.
Open

    padding-bottom: 80px;
Severity: Minor
Found in public/css/login.css by csslint

Duplicate property 'border' found.
Open

    border: 0px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 10px 20px 20px 20px;
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 20px;
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 10px 10px;
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 10px 20px 20px 20px;
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 15px 10px;
Severity: Minor
Found in public/css/login.css by csslint

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

    border: 1px solid #ddd;
Severity: Minor
Found in public/css/login.css by csslint

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

    border: 0px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 10px 10px;
Severity: Minor
Found in public/css/login.css by csslint

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

    border: 0px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in public/css/login.css by csslint

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

    border: 4px solid #ffffff;
Severity: Minor
Found in public/css/login.css by csslint

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

    border: 4px solid #ffffff;
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
Severity: Minor
Found in public/css/login.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 1px 3px #009688;
Severity: Minor
Found in public/css/login.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in public/css/login.css by csslint

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

.login.ok button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

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

.login input + i.fa {
Severity: Minor
Found in public/css/login.css by csslint

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

.login input:focus {
Severity: Minor
Found in public/css/login.css by csslint

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

.login.ko button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

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

.login input {
Severity: Minor
Found in public/css/login.css by csslint

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

.login input:focus + i.fa {
Severity: Minor
Found in public/css/login.css by csslint

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

.login .title {
Severity: Minor
Found in public/css/login.css by csslint

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

.login a {
Severity: Minor
Found in public/css/login.css by csslint

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

.login {
Severity: Minor
Found in public/css/login.css by csslint

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

.wrapper {
Severity: Minor
Found in public/css/login.css by csslint

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

.login button {
Severity: Minor
Found in public/css/login.css by csslint

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

.login img{
Severity: Minor
Found in public/css/login.css by csslint

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

.login button .spinner {
Severity: Minor
Found in public/css/login.css by csslint

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

footer {
Severity: Minor
Found in public/css/login.css by csslint

There are no issues that match your filters.

Category
Status