Sha256: 6cb8c5e92558918a0fab2054741798d2d5f002472fd6fbdd20e4d56400b0362b
Contents?: true
Size: 560 Bytes
Versions: 10
Compression:
Stored size: 560 Bytes
Contents
/* ------------------------------------------------------------ *\ Tile \* ------------------------------------------------------------ */ .tile { padding: 20px 17px; border-radius: 7px; h6 { text-transform: uppercase; font-weight: 600; margin-bottom: 5px; color: $danger; font-family: $font-family-jost; } p:last-child { margin-bottom: 0; } } /* Tile danger */ .tile--danger { background: #fdf3f6; border-left: 5px solid $danger; } /* Tile danger alt */ .tile--danger-alt { background: #fbf3f9; border-left: 5px solid #b11c89; }
Version data entries
10 entries across 10 versions & 4 rubygems