Sha256: 936f89c47623632981b61d391f5e485b18632ca63a100a744d2a8b5c79599dc4
Contents?: true
Size: 1.2 KB
Versions: 18
Compression:
Stored size: 1.2 KB
Contents
$title: 2.6rem; %small { font-size: $title * 0.6; } %large { font-size: $title * 1.5; } .block.screen-container { grid-gap: 20px; display: grid; @media#{map-get($query,min640)} { grid-template-columns: repeat(2,1fr); } } .block.screen-row { grid-row-gap: $title * 0.2; line-height: 1.1; display: grid; } %ScreenRow { @extend %bold; @include padding(5,5,4.5,5); + .screen-row.type-event, + .screen-row.type-retail { border-top: 1px solid setcolor(gun); } } .block.screen-row.type-header { @extend %ScreenRow; background: setcolor(smoke); grid-row-gap: $title * 0.1; color: setcolor(carbon); .screen-title { @extend %large; } .screen-title.small { @extend %small; } } .block.screen-row.type-event { @extend %ScreenRow; background-color: setcolor(carbon); color: setcolor(gray); } .block.screen-row.type-retail { @extend %ScreenRow; background: setcolor(slate); color: setcolor(gray); } .block.screen-title { font-size: $title; } .block.screen-title:not(.small) { @extend %tight; } .block.screen-title.small { @extend %small; } .block.screen-wrap { overflow: hidden; height: 835px; } sup { @extend %small; left: 0.2em; }
Version data entries
18 entries across 18 versions & 1 rubygems