Sha256: 8adf7b7818657936baebb08d80343b7123245a9fe01699d6cea144e72278499a
Contents?: true
Size: 850 Bytes
Versions: 7
Compression:
Stored size: 850 Bytes
Contents
@mixin bedrock-global-styles { main.content { padding: $global-padding * 2; @each $name, $size in $grid-column-gutter { @include breakpoint($name) { padding: $size; } } } input { &[type="checkbox"], &[type="radio"] { position: relative; top: 2px; } } textarea { resize: vertical; } .top-bar, .logo-bar { min-height: 4rem; border-bottom: 1px solid darken($topbar-background, 10); i { font-size: 1.5rem; } a { color: inherit; } .top-bar-left, .top-bar-right { flex: 0 0 auto; } } .menu { a { align-items: center; } } .pagination { .current, .disabled, .ellipsis { a { margin: 0; padding: 0; color: inherit; background: none; } } } }
Version data entries
7 entries across 7 versions & 1 rubygems