Sha256: c61221657fd8b5140c69765faee3b6ec72f9f7c56baa11b9069b4e0a2a73994f

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 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;
            line-height: 30px;
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stockor-0.5.0 client/skr/screens/customer-projects/index.scss
stockor-0.4.0 client/skr/screens/customer-projects/index.scss