Sha256: fc8f6b9ce48f5fff4a6ae224050b22eb38fddb3c808cea824286100ac738d777
Contents?: true
Size: 853 Bytes
Versions: 3
Compression:
Stored size: 853 Bytes
Contents
// // Base styles // .brand-card { position: relative; display: flex; min-width: 0; flex-direction: column; margin-bottom: ($spacer * 1.5); word-wrap: break-word; background-color: $card-bg; background-clip: border-box; border: $card-border-width solid $card-border-color; @include border-radius($card-border-radius); } .brand-card-header { position: relative; display: flex; height: 6rem; justify-content: center; align-items: center; i { font-size: 2rem; color: #fff; } .chart-wrapper { position: absolute; width: 100%; height: 100%; } } .brand-card-body { display: flex; flex-direction: row; padding: $card-spacer-y 0; text-align: center; > * { flex: 1; padding: ($card-spacer-y * .25) 0; } > *:not(:last-child) { border-right: 1px solid $border-color; } }
Version data entries
3 entries across 3 versions & 1 rubygems