Sha256: 58cfb2aa1e52851d7b2e4c80923c265b769d438a0fc35a6215604c4064856490

Contents?: true

Size: 480 Bytes

Versions: 68

Compression:

Stored size: 480 Bytes

Contents

#dashboard-callouts {
  .callout {
    @include media($mobile-breakpoint) {
      @include tetris-grid(2);
    }

    @include media($tablet-breakpoint) {
      @include tetris-grid(4);
    }

    position: relative;
    margin-bottom: $tn-margin;
    padding: $tn-padding;
    background-color: #fff;
    h4.title {
      margin-bottom: $tn-margin;
      font-weight: 400;
      i {
        font-size: 25px;
      }
    }
    > p:last-child {
      margin-bottom: 0;
    }
  }
}

Version data entries

68 entries across 67 versions & 1 rubygems

Version Path
tenon-1.0.68 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.67 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.66 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.65 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.64 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.63 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.62 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.61 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.60 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.59 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.57 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.56 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.55 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.54 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.53 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.52 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.51 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.50 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.49 app/assets/stylesheets/tenon/ui/callouts.css.scss
tenon-1.0.48 app/assets/stylesheets/tenon/ui/callouts.css.scss