Sha256: 40a9852250d1a62afcbfb2649789c32ec5c373087e6b1293d11d5a1225138c01
Contents?: true
Size: 781 Bytes
Versions: 16
Compression:
Stored size: 781 Bytes
Contents
/* Reveal foundation overwrites */ @include breakpoint(small down){ .reveal{ width: 95%; left: 2.5%; top: 2rem; height: auto; min-height: auto; } } .reveal__header{ border-bottom: $border; margin-bottom: 1rem; &.reveal__header--nomargin{ margin-bottom: 0; } } .reveal__footer{ border-top: $border; } .reveal__bg{ background-color: $light-gray-dark; } .reveal__title{ margin-top: -6px; } .reveal__list{ @extend .list-reset; li{ @extend .p-s; } li.selected{ background-color: rgba($warning, .3); display: flex; justify-content: space-between; svg{ color: $success; align-self: center; } } li:hover{ cursor: pointer; } li:not(:last-child){ border-bottom: $border; } }
Version data entries
16 entries across 16 versions & 1 rubygems