Sha256: 2d21cc037f17b19764d68c16de513023bfd6d28f90cc97111a4f9296cb0ee78a
Contents?: true
Size: 866 Bytes
Versions: 21
Compression:
Stored size: 866 Bytes
Contents
:focus { outline: rgba(0,0,0,0); } %tight { letter-spacing: -0.03em; } // MINDSETS IMPORT ************************************************************ %table { grid-template-columns: 220px repeat(4,110px); list-style: none; display: grid; padding: 0; li { padding: 5px; &:nth-of-type(n+2) { text-align: center; } } } // PATTERNS IMPORT ************************************************************ %jcf-box { @include ib; @include bg(map-get($color,slate)); @include border(map-get($color,slate)); position: relative; height: 16px; width: 16px; &.jcf-checked span { display: block; } span { @include zeros(absolute,3px); background-color: map-get($color,slate); cursor: pointer; display: none; } } %smallstyle { @include ib; @extend %book; line-height: 1.3; opacity: 0.5; }
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.7.5 | _sass/helpers/extends.scss |