Sha256: cd63a63b5ad82f270d8ac09f88f460a233aa0e03451c890d74b2285bc8f6bfaa

Contents?: true

Size: 605 Bytes

Versions: 8

Compression:

Stored size: 605 Bytes

Contents

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

@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-blue hover:bg-blue-dark;
    }
  }
}

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.0.16 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.15 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.14 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.13 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.12 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.11 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.10 app/assets/stylesheets/light/application.css
bullet_train-themes-light-1.0.9 app/assets/stylesheets/light/application.css