Sha256: 65af8fc31d323beaf4e2167c7f27633287b52ded477f4e4a6c0c8dde9c146116
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
@mixin flex-center { display: flex; align-items: center; justify-content: center; } @mixin text-link { color: inherit; text-decoration: none; &:hover { color: inherit; text-decoration: underline; } } @mixin fontawesome-icon { display: flex; align-items: center; justify-content: center; user-select: none; font-family: 'Font Awesome 5 Free'; &::before { font-weight: 600; } } @mixin fontawesome-text { font-family: 'Font Awesome 5 Free'; font-weight: 600; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
databook-theme-0.1.2 | _sass/base/_mixins.scss |