Sha256: 2281f4121fb774ac5ab41981626d1c6d4747a8364ac1309cfff0a7e4099a6bd8

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

$gray_dark: #445870;
$gray: #90a1b5;
$gray_light: #e0e7ee;
$gray_lighter: #f6f7f9;
$blue: #55a1fb;
$blue_light: #88bfff;
$primary: $blue;
$primary_light: $blue_light;

@import 'nice-select';

@mixin clearfix() {
  &:before, &:after {
    content: "";
    display: table;
  }
  &:after {
    clear: both;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mokio-2.0.8 app/assets/stylesheets/backend/theme/nice-select/style.scss