ikuseiGmbH/smart-village-app-cms

View on GitHub
app/assets/stylesheets/custom.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  font-family: 'Titillium Web', sans-serif !important;
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Don't use IDs in selectors.
Open

  #sidebarToggleTop.toggled {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

2 IDs in the selector, really?
Open

body #wrapper #content-wrapper {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Don't use IDs in selectors.
Open

  #sidebarToggleTop {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Use of !important
Wontfix

  width: 0 !important;
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Missing vendor-prefixed CSS gradients for Firefox 3.6+, Webkit (Safari 5+, Chrome), Opera 11.1+.
Open

body .bg-gradient-primary {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: .ck.ck-splitbutton:hover > .ck-file-dialog-button + .ck-splitbutton__arrow::after
Open

.ck.ck-splitbutton:hover > .ck-file-dialog-button + .ck-splitbutton__arrow::after {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: body .page-item.active .page-link
Open

body .page-item.active .page-link {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: .btn.btn-primary.btn--big
Open

.btn.btn-primary.btn--big {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: .ck.ck-splitbutton:hover > .ck-file-dialog-button + .ck-splitbutton__arrow::after
Open

.ck.ck-splitbutton:hover > .ck-file-dialog-button + .ck-splitbutton__arrow::after {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: body .navbar-nav.sidebar
Open

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

Adjoining classes: body .btn-primary:not(:disabled):not(.disabled).active
Open

body .btn-primary:not(:disabled):not(.disabled).active,
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: .btn.btn-primary.btn--big
Open

.btn.btn-primary.btn--big {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Adjoining classes: .show > .btn-primary.dropdown-toggle
Open

.show > .btn-primary.dropdown-toggle {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

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

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

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

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

Unknown property 'row-gap'.
Invalid

  row-gap: 10px;
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

Heading (h4) should not be qualified.
Wontfix

.card-header > h4 {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

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

.data_table_matrix .confirmation {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

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

.matrix-checkbox::before {
Severity: Minor
Found in app/assets/stylesheets/custom.css by csslint

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

    to(#085036)
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Selector sidebarToggleTop should be written in lowercase with hyphens
Open

  #sidebarToggleTop.toggled {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

    color-stop(10%, #2d963c),
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Unknown property row-gap
Invalid

  row-gap: 10px;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

!important should not be used
Open

  font-family: 'Titillium Web', sans-serif !important;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

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

Avoid using id selectors
Open

body #wrapper #content-wrapper {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-image: linear-gradient(180deg, #2d963c 10%, #085036 100%);
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid using id selectors
Open

  #sidebarToggleTop.toggled {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Use // comments everywhere
Open

    margin-left: 0; /* NOTE: necessary because of the sidebar */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body.app with rule on line 3
Open

body.app {
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

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

Use // comments everywhere
Open

    margin-left: 104px; /* NOTE: necessary because of the sidebar */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Selector sidebarToggleTop should be written in lowercase with hyphens
Open

  #sidebarToggleTop {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Use // comments everywhere
Open

    margin-left: 104px; /* NOTE: necessary because of the sidebar */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-image: linear-gradient(180deg, #2d963c 10%, #085036 100%);
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body #wrapper #content-wrapper with rule on line 3
Open

body #wrapper #content-wrapper {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid using id selectors
Open

body #wrapper #content-wrapper {
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

Avoid qualifying class selectors with an element.
Open

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

Merge rule body .bg-gradient-primary with rule on line 3
Open

body .bg-gradient-primary {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid using id selectors
Open

  #sidebarToggleTop {
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 #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

Selector leafletMap should be written in lowercase with hyphens
Wontfix

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

Use // comments everywhere
Wontfix

/* SVA-315 */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .btn-primary with rule on line 3
Open

body .btn-primary {
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

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

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

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

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

  border-color: #aebfbc;
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

Selector ck-editor__editable should be written in lowercase with hyphens
Wontfix

.html-editor-text + .ck-editor .ck-editor__editable {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

body .page-link: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

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

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

  background-color: #ffff00;
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 #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

  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

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

  box-shadow: inset 0 0 2px 2px #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

body .btn-primary:hover {
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 #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

Selector ck-splitbutton__arrow should be written in lowercase with hyphens
Wontfix

.ck.ck-splitbutton:hover > .ck-file-dialog-button + .ck-splitbutton__arrow::after {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Use // comments everywhere
Open

/* Fileupload: SVA-226 */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .table with rule on line 3
Open

body .table {
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

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

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

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

Selector data_table_matrix should be written in lowercase with hyphens
Wontfix

.data_table_matrix .confirmation {
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

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

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

body .page-item.active .page-link {
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 #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 #999 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Merge rule body .btn-secondary with rule on line 3
Open

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

Merge rule body .custom-control-input:checked ~ .custom-control-label::before with rule on line 3
Open

body .custom-control-input:checked ~ .custom-control-label::before {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Selector point_of_interest_attributes should be written in lowercase with hyphens
Wontfix

.point_of_interest_attributes > span {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

!important should not be used
Wontfix

  width: 0 !important;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

There are no issues that match your filters.

Category
Status