Sha256: b82ddec7875c96dd722894769436e005cb6142a92612031fb2a9dad907bf7708
Contents?: true
Size: 796 Bytes
Versions: 1
Compression:
Stored size: 796 Bytes
Contents
/* ========================================================================== Buttons ========================================================================== */ .btn { display: inline-block; padding: 0.5em 1em; border: 0; border-radius: $border-radius; background-color: $accent-color; color: #fff; font-weight: bold; text-align: center; text-decoration: none; cursor: pointer; &:hover { background-color: tint($accent-color, 20%); color: #fff; } &:focus { background-color: shade($accent-color, 20%); } .icon { margin-right: 0.5em; } /* block button fills width of parent container */ &--block { display: block; width: 100%; + .btn--block { margin-top: 1rem; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-basically-basic-1.0.1 | _sass/basically-basic/_buttons.scss |