3scale/porta

View on GitHub
app/assets/stylesheets/provider/admin/_dashboard.scss

Summary

Maintainability
Test Coverage

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

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

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

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

Properties should be ordered color, cursor, float, font-size, font-weight, margin, margin-right, padding, text-transform
Open

    text-transform: uppercase;

Properties should be ordered clear, float, overflow
Open

      float: right;

Properties should be ordered border-bottom, color, display, padding
Open

    display: block;

Properties should be ordered color, display
Open

    display: block;

Properties should be ordered float, width
Open

  width: 100%;

Shorthand form for property margin should be written more concisely as 0 instead of 0 0 0 0
Open

  margin: 0 0 0 0;

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

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

!important should not be used
Open

      fill: $brand-blue !important;

Properties should be ordered float, font-size, line-height, margin-bottom, text-align, width
Open

    text-align: right;

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

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

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

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

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

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

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

    margin-top: line-height-times(2/3);

Avoid using id selectors
Open

    #backends > table {

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

    font-size: $font-size-base;

Properties should be ordered clear, color, display, font-size, font-style, margin-bottom
Open

    display: block;

Shorthand form for property padding should be written more concisely as 0 instead of 0 0
Open

      padding: 0 0;

Avoid using id selectors
Open

  #api_filter + &--services {

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

        &:first-child {

Properties should be ordered float, font-size, font-weight, line-height, margin-bottom, padding-top
Open

    font-weight: $font-weight-light;

Properties should be ordered background-color, left, top, width, z-index
Open

    width: 100%;

Properties should be ordered float, padding-right, width
Open

  width: 80%;

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

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

Properties should be ordered color, font-style, text-transform
Open

    text-transform: uppercase;

Opening curly brace { should be preceded by one space
Open

  &-values{

Properties should be ordered margin-left, text-align
Open

      text-align: right;

Properties should be ordered color, font-size, font-weight, margin-bottom, padding-top, text-transform
Open

    text-transform: uppercase;

!important should not be used
Open

    max-height: none !important;

Properties should be ordered border-top, font-size, padding
Open

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

!important should not be used
Open

    position: absolute !important;

Properties should be ordered bottom, left, max-height, padding, position, right, top, z-index
Open

    position: absolute !important;

Color literals like rgba(white, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(white, 0.5);

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

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

!important should not be used
Open

      stroke: $brand-blue !important;

!important should not be used
Open

      fill: transparent !important;

!important should not be used
Open

      stroke: $border-color !important;

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

    left: calc(50% - #{line-height-times(1/2)});

Properties should be ordered font-size, list-style, margin
Open

  list-style: none inside;

Unnecessary parent selector (&)
Open

  &+ script + .DashboardWidget {

Begin pseudo elements with double colons: ::
Open

.u-plus:before {

Properties should be ordered clear, float, width
Open

  float: left;

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

    padding: 0 0 0 0;

0.5 should be written without a leading zero as .5
Open

    background-color: rgba(white, 0.5);

Properties should be ordered float, opacity
Open

    opacity: 1;

Shorthand form for property margin should be written more concisely as 0 instead of 0 0 0 0
Open

    margin: 0 0 0 0;

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

      th {

Properties should be ordered left, position, top
Open

    position: absolute;

Properties should be ordered color, font-size
Open

      font-size: $font-size-base;

Properties should be ordered color, list-style
Open

    list-style: none outside;

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

    top: calc(50% - #{line-height-times(1/2)});

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

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

Color literals like rgba(white, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(white, 0);

0.5 should be written without a leading zero as .5
Open

    @include transition-duration(0.5s);

Properties should be ordered float, margin, width
Open

  width: 20%;

Unnecessary parent selector (&)
Open

    &+ .DashboardStream-title {

There are no issues that match your filters.

Category
Status