Sha256: e5e010637d20b15d27b25bc6ca650216e4272484dfb548411f79aa20307d5d95

Contents?: true

Size: 473 Bytes

Versions: 3

Compression:

Stored size: 473 Bytes

Contents

@import "~react-toolbox/lib/base";
@import "~react-toolbox/lib/app_bar/config";
@import "~react-toolbox/lib/button/config";

$title-font-size: 1.8 * $unit;

.appbar {
  > .title {
    font-size: $title-font-size;
    font-weight: $font-weight-bold;
    position: relative;
    padding-left: 10px;
  }

  > .button {
    position: absolute;
    top: $appbar-height - ($button-floating-height / 2);
    right: $button-floating-height / 2;
    z-index: $z-index-higher;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 store/private/static/app/components/layouts/header/style.scss
bouquet-0.2.1 store/private/static/app/components/layouts/header/style.scss
bouquet-0.2.0 store/private/static/app/components/layouts/header/style.scss