ikuseiGmbH/smart-village-app-cms

View on GitHub

Showing 1,158 of 1,254 total issues

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

  background-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Properties should be ordered background-color, border, border-radius, content, display, float, height, margin-right, position, width
Open

  border-radius: 5px;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Properties should be ordered background-color, display, margin-top, padding, position, z-index
Open

  position: absolute;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .navbar-nav.sidebar with rule on line 3
Open

body .navbar-nav.sidebar {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border: 1px solid #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #eaecf4;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .btn-danger:hover with rule on line 3
Open

body .btn-danger:hover {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .page-link with rule on line 3
Open

body .page-link {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .scroll-to-top:hover with rule on line 3
Open

body .scroll-to-top:hover {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color #ffff00 should be written as #ff0
Open

  background-color: #ffff00;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint
Severity
Category
Status
Source
Language