3scale/porta

View on GitHub
app/assets/stylesheets/provider/_settings_box.scss

Summary

Maintainability
Test Coverage

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

    padding-bottom: line-height-times(1/2);

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    padding: line-height-times(1/4) line-height-times(1/4);

3/4 should be written with a single space on each side of the operator: 3 / 4
Wontfix

      width: calc(40% - #{line-height-times(3/4)});

Avoid using id selectors
Open

#integration-tabs .integration .SettingsBox {

Unnecessary parent selector (&)
Open

  & + .integration {

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    padding: line-height-times(1/4) line-height-times(1/4);

Properties should be ordered border-bottom, margin-bottom
Open

      margin-bottom: line-height-times(-1);

Shorthand form for property padding should be written more concisely as line-height-times(1 / 4) instead of line-height-times(1 / 4) line-height-times(1 / 4)
Open

    padding: line-height-times(1/4) line-height-times(1/4);

Merge rule &-section with rule on line 55
Open

  &-section {

Properties should be ordered border-bottom, margin-bottom
Open

    margin-bottom: line-height-times(-1);

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    border-left: line-height-times(1/4) solid $border-color;

!important should not be used
Open

    display: block !important;

Merge rule .SettingsBox with rule on line 1
Wontfix

.SettingsBox {

3/4 should be written with a single space on each side of the operator: 3 / 4
Wontfix

      padding-left: calc(40% - #{line-height-times(3/4)});

!important should not be used
Open

    margin: 0 !important;

There are no issues that match your filters.

Category
Status