Sha256: 1c9a3928ec2a4dc0c539968ef622b2cf06b5d85cfd181ef94827f163c0ca1b1f
Contents?: true
Size: 1.05 KB
Versions: 13
Compression:
Stored size: 1.05 KB
Contents
%SiteSetup { @extend %GridDefault; padding-top: $BigGap; padding-bottom: map-get($site,padding); justify-content: center; } %PagePosition { grid-column: 2 / 3; position: relative; height: 560px; } %ContentFlow { flex-direction: column; position: relative; overflow: hidden; flex-wrap: wrap; display: flex; } %ContentPrep { margin: 0 0 20px; padding: 0 20px; width: 50%; } %TitleBrowse { padding: 8px 10px 6px 10px; border-bottom: 2px solid setcolor(gun); } %WrapInput { border: 1px solid setcolor(gun,light); border-radius: 4px; overflow: hidden; display: block; } %InputReset { background-color: setcolor(gun,xlight); padding: 14px 12px 10px 12px; color: setcolor(gun,dark); border-radius: 0; display: block; width: 100%; border: 0; } %AlertBlock { padding: 14px 12px 10px 12px; background-color: setcolor(gun,xlight); border: 1px solid setcolor(gun,light); color: setcolor(gun,dark); border-radius: 4px; display: block; } %NoLabel { @media#{map-get($query,min768)} { grid-column: 2 / 3; } }
Version data entries
13 entries across 13 versions & 1 rubygems