Sha256: ee8b15ee5aebf65c9c5589b427be8ae66b2d5dfc9fa529d609c9544c339df55f

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 Bytes

Contents

/*
 If your screen does not use any custom styles

 You should remove this file and it's reference from config/screens.rb

 Otherwise Lanes will continue to fetch an empty file whenever
 the screen is displayed
*/
@import "lanes/screens/styles";

.customer-projects {
    @include lanes-unpadded-dropdown();
    @each $current-color in $lanes-color-selections {
        $i: index($lanes-color-selections, $current-color);
        .color-#{$i} {
            background: $current-color;
            color: nth($lanes-text-color-selections, $i);
        }
    }
    .color-selection {
        .ro {
            padding-left: 0.5rem;
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stockor-0.3.0 client/skr/screens/customer-projects/index.scss
stockor-0.2 client/skr/screens/customer-projects/index.scss