Sha256: b5026f4c929687c1783cdc90d4c18570354b6b2352b2c517c6ddf32080122f51
Contents?: true
Size: 859 Bytes
Versions: 14
Compression:
Stored size: 859 Bytes
Contents
@include media($tablet) { #header { display: none; } #title_bar #titlebar_left { @include clearfix; @include display(flex); .breadcrumb { @include flex(30); } a { display: none; &:last-of-type { display: inline-block; padding-left: 10px; &:before { content: "\f104"; display: inline-block; font-family: "FontAwesome"; margin-right: 4px; } } } .breadcrumb_sep { display: none; } h2 { @include flex(70); font-size: $base-font-size; font-weight: bold; height: $title-bar-min-height; line-height: $title-bar-min-height; margin: 0; overflow: hidden; padding: 0 2%; text-align: center; text-overflow: ellipsis; white-space: nowrap; } } }
Version data entries
14 entries across 14 versions & 1 rubygems