Sha256: f1067f3728dbf20c2d653714258d62827d5541170c61291f87b3b096599a67a7
Contents?: true
Size: 822 Bytes
Versions: 15
Compression:
Stored size: 822 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; display: flex; } li.selected{ background-color: rgba($warning, .3); justify-content: space-between; svg{ color: $success; align-self: center; } } li:hover{ cursor: pointer; } li:not(:last-child){ border-bottom: $border; } } .reveal__trigger{ cursor: pointer; }
Version data entries
15 entries across 15 versions & 1 rubygems