Sha256: 919c03e14d2f196f98e4efd91657628b475924d2cde7fe39d33b7d7e73046491

Contents?: true

Size: 707 Bytes

Versions: 7

Compression:

Stored size: 707 Bytes

Contents

@import "./tailwind/components";
@import "./tailwind/utilities";
@import "./tailwind/dark-mode";
@import "./tailwind/colors";

@import './bulk_actions';
@import "./electron";
@import './devise';
@import './fields';
@import './turn';

/* TODO there is probably a better way to do this. */
.hover-indent-child {
  .indent-child {
    transition: transform 0.2s ease;
  }
  &:hover {
    .indent-child {
      transform:translateX(8px);
    }
  }
}

form.button_to {
  @apply inline-block;
  input[type=submit] {
    @apply bg-transparent;
    &.button {
      @apply bg-primary-500 hover:bg-primary-600;
    }
  }
}

/* hide the first breadcrumb chevron */
ol.breadcrumb li:first-child svg { display: none; }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.2.1 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.2.0 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.52 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.51 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.50 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.49 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.48 app/assets/stylesheets/light/application.css