Sha256: c5ca6709c8757dbd39555ad7b0cfc4ba87e8ccf37a20bd22a53be53836b65bb0
Contents?: true
Size: 1.69 KB
Versions: 6
Compression:
Stored size: 1.69 KB
Contents
#wrapper { #main_content { ul { list-style: none; li { &::before { content: "\2022"; color: $primary; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } ul > li { &::before { content: "\2022"; color: transparent; font-weight: bold; display: block; width: 0.5em; left: -0.5em; height: 0.5em; border: 1px solid $primary; border-radius: 100%; position: relative; top: 0.5em; } } } } } .btn { &.btn-primary { color: #fff; } &.btn-secondary { color: #fff; } } .dotted { border: 6px dotted $primary; border-radius: 10px; } .blog-content { @include media-breakpoint-up(xl) { font-size: 1.4rem; } } blockquote { width: 100%; font-family: "Lato"; font-display: swap; font-style: italic; color: #555555; padding: 1.2em 30px 1.2em 75px; border-left: 8px solid $primary; line-height: 1.6; position: relative; background: #ededed; &::before { font-family: "Lato"; font-display: swap; content: "\201C"; color: $primary; font-size: 6em; position: absolute; left: 10px; top: -10px; } } .card { &.background_image { img { filter: brightness(0.6); height: 100%; } } .card-img-top { height: 150px; width: 100%; object-fit: cover; font-family: "object-fit: cover;"; } } .darken { filter: brightness(0.5); } }
Version data entries
6 entries across 6 versions & 1 rubygems