betajs/betajs-media-components

View on GitHub
src/themes/_common/style.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > .#{$csscommon}-inner-icon {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    line-height: 1.42857143;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            &::-webkit-file-upload-button {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    overflow: hidden;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            &.#{$csscommon}-inner-icon {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

                padding: 5px 0 5px 10px
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

.#{$csscommon}-text-info { color: #5dbb96 }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Prefer single quoted strings
Open

.#{$csscommon}-square-aspect-ratio {aspect-ratio: "1/1";}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        li {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    background-color: #F1D44F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: #9EBC9F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 5px 10px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            select:focus {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            select:focus {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered box-sizing, padding, width
Open

            width: 100%;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    flex-direction: column;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Name of variable accent_color should be written in all lowercase letters with hyphens instead of underscores
Open

.#{$csscommon}-accent-color { color: $accent_color; }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

.#{$csscommon}-text-error { color: #dd4b39}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered background-color, color
Open

    color: #ffffff;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered display, font-family, font-size, line-height, vertical-align
Open

        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered background-color, border-radius, color, cursor, font-size, line-height, padding, text-align, white-space
Open

    color: #333;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-radius: 0;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            background: #2c2c2c;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csscommon}-options-list {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            & > .#{$csscommon}-inner-text {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            input {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

                color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            border: 1px solid #dd4b39;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transition1(opacity, .2s, ease-in-out);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered box-sizing, color, cursor, display, font-weight, letter-spacing, padding, white-space, width
Open

            cursor: pointer;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    justify-content: space-between; 
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Prefer single quoted strings
Open

.#{$csscommon}-landscape-aspect-ratio {aspect-ratio: "16/9";}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered list-style, margin, padding
Open

        padding: 0;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: #F1D44F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Name of variable accent_color should be written in all lowercase letters with hyphens instead of underscores
Open

.#{$csscommon}-accent-color-bg { background-color: $accent_color; }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: 10px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: right;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered background-color, color
Open

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > .#{$csscommon}-inner-text {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #9EBC9F should be written as #9ebc9f
Open

    background-color: #9EBC9F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    cursor: pointer;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

        input[type='file'] {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered bottom, box-sizing, min-width, overflow, position, right, z-index
Open

    box-sizing: border-box;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: border-box;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    .#{$csscommon}-options-list {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    bottom: 3px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            & > .#{$csscommon}-inner-text {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include show-slow(.5);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            &.#{$csscommon}-inner-icon {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csscommon}-form-input {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

        background-color: #979797;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

        &:after {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: #333;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: 14px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            border: 1px solid #cccccc;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

                @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered float, font-family, font-size
Open

                font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

                color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

0.7 should be written without a leading zero as .7
Open

                @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered -moz-appearance, -webkit-appearance, border, box-shadow, box-sizing, cursor, padding, position, width, z-index
Open

                border: none;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            &:after {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            &::-webkit-file-upload-button {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        .#{$csscommon}-options-list-item {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #555555 should be written as #555
Open

            @include background-rgba(255, 255, 255, .1, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Prefer single quoted strings
Open

.#{$csscommon}-standard-aspect-ratio {aspect-ratio: "4/3";}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-horizontally-center();
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    background-color: #9EBC9F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #FF6256 should be written as #ff6256
Open

    background-color: #FF6256;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

        &:before {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Use // comments everywhere
Open

/* Recorder image gallery right left icons */
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #F1D44F should be written as #f1d44f
Open

    background-color: #F1D44F;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: #ffffff;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #ffffff should be written as #fff
Open

    color: #ffffff;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    background-color: #FF6256;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: right;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > .#{$csscommon}-inner-icon {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > .#{$csscommon}-inner-icon {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &:after {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$csscommon}-button {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            input {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

                color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Name of mixin disabled_element should be written in all lowercase letters with hyphens instead of underscores
Open

.#{$csscommon}-disabled, .#{$csscommon}-disabled * { @include disabled_element() }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    color: #333;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: center;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

        input[type='submit'] {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            color: #cccccc;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Name of variable accent_color should be written in all lowercase letters with hyphens instead of underscores
Open

.#{$csscommon}-accent-color-border { border-color: $accent_color; }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            & > .#{$csscommon}-inner-text {
Severity: Minor
Found in src/themes/_common/style.scss 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 src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include hide-slow(.5);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csscommon}-form-input {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

        background-color: #979797;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

border: 0 is preferred over border: none
Open

                border: none;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            &:after {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

0.03 should be written without a leading zero as .03
Open

            letter-spacing: 0.03em;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > .#{$csscommon}-inner-icon, & > .#{$csscommon}-inner-text {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: #fff;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

        color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered border, cursor, min-height, min-width, overflow
Open

            min-width: 130px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Name of mixin disabled_element should be written in all lowercase letters with hyphens instead of underscores
Open

                @include disabled_element();
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

0.7 should be written without a leading zero as .7
Open

    @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &:after {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

.#{$csscommon}-disabled, .#{$csscommon}-disabled * { @include disabled_element() }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

.#{$csscommon}-text-error { color: #dd4b39}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: center;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered background-color, color
Open

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: #0a0a0a;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    color: #ffffff;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        &:before {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #555555 should be written as #555
Open

                @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #555555 should be written as #555
Open

    @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #eeeeee should be written as #eee
Open

            color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: none;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

            input[type='file'] { @include transparent(0); }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            input[type='file'] { @include transparent(0); }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: flex;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line contains trailing whitespace
Open

    justify-content: space-between; 
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    max-width: 90%;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    ul {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: #FF6256;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    cursor: pointer;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    white-space: nowrap;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered color, content, position, right, top
Open

                content: '\f107';
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #cccccc should be written as #ccc
Open

            color: #cccccc;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

    @include background-rgba(0, 0, 0, 0.7, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    min-width: 140px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    right: 5px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

            @include background-rgba(255, 255, 255, .1, #555555);
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

            input[type='file'] { @include transparent(0); }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

            select {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

.#{$csscommon}-text-info { color: #5dbb96 }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Prefer single quoted strings
Open

.#{$csscommon}-portrait-aspect-ratio {aspect-ratio: "9/16";}
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    ul {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered margin-bottom, padding
Open

            padding: 4px 10px;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Color #cccccc should be written as #ccc
Open

            border: 1px solid #cccccc;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

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

                color: #eeeeee;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    z-index: 10;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Properties should be ordered margin, padding, width
Open

        padding: 0;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$csscommon}-button {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &.#{$csscommon}-button {
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-right: 0;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-left: 0;
Severity: Minor
Found in src/themes/_common/style.scss by scss-lint

There are no issues that match your filters.

Category
Status