Sha256: 3dc39fd0dc7f9d69b5f2e4d1e63524b48a916da21c4147da6c608341cfe3643a
Contents?: true
Size: 953 Bytes
Versions: 14
Compression:
Stored size: 953 Bytes
Contents
$action-item-background-color: $accent-color; $action-item-link-color: text-color($action-item-background-color); $action-item-link-color-active: $action-item-link-color; $action-item-link-color-hover: $action-item-link-color; @if $action-item-link-color == $white { $action-item-link-color: rgba($action-item-link-color, 0.9); } @else { $action-item-link-color: rgba($action-item-link-color, 0.6); } @include media($desktop) { #titlebar_right { @include clearfix; float: right; padding: 0 2em 0 0; .action_item { @include align-items(center); @include display(flex); @include justify-content(center); float: left; height: $base-font-size * 2.9; margin-left: 4px; } a { @include button($background-color: $accent-color, $font-color: text-color($accent-color), $active-background-color: color($accent-color, 600), $active-font-color: $white); margin-top: 2px; } } }
Version data entries
14 entries across 14 versions & 1 rubygems