Sha256: 4208e4898e2036a4a1521deba9775f2abd8de9e80268b761ca916baf78b8fc66
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
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; } select { padding-#{$global-right}: ($form-spacing * 1.7); } .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; } } } .form-element { @include form-element; line-height: initial; } .table-scroll { table { width: 100%; } } .progress { &.small { height: $meter-height / 2; } &.large { height: $meter-height * 2; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bedrock_sass-0.2.2 | assets/bedrock/scss/components/global.scss |
bedrock_sass-0.2.1 | assets/bedrock/scss/components/global.scss |
bedrock_sass-0.2.0 | assets/bedrock/scss/components/global.scss |