Sha256: 5c3d81149dad3ce755bc4cf6b7458404eab1b3dc57f28d52cebee07742415e0b

Contents?: true

Size: 643 Bytes

Versions: 7

Compression:

Stored size: 643 Bytes

Contents

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

@import "./electron";
@import './fields';

/* 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.0.24 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.23 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.22 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.21 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.20 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.19 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.17 app/assets/stylesheets/light/application.css