Sha256: 1caf42d5bfaec63ea0d9956e8d6b991ff1f972cad7d1ce26dec56cf37a682f32
Contents?: true
Size: 853 Bytes
Versions: 4
Compression:
Stored size: 853 Bytes
Contents
#title_bar { @include section-header; @include clearfix; @include box-sizing(border-box); display: table; border-bottom-color: #EEE; width: 100%; position: relative; margin: 0; padding: 10px $horizontal-page-margin; z-index: 800; #titlebar_left, #titlebar_right { height: 50px; vertical-align: middle; display: table-cell; } #titlebar_right { text-align: right; } h2 { margin: 0; padding: 0; font-size: 2.6em; line-height: 100%; font-weight: $title-bar-font-weight; } .action_items { span.action_item { & > a, & > .dropdown_menu > a { @include light-button; padding: 12px 17px 10px; span.icon { vertical-align: bottom; margin-right: 4px;} margin: 0px; &:hover{ @include icon-color(#000); } } } } }
Version data entries
4 entries across 4 versions & 1 rubygems