Sha256: 8400040d86b2f2aa1308fede5efdef6f9b266636dc894fd0af0d2963a40ce87d
Contents?: true
Size: 1.56 KB
Versions: 6
Compression:
Stored size: 1.56 KB
Contents
@mixin content { h1, h2, h3, h4, h5, h6 { scroll-margin-top: $scroll-margin-top + 2.5; &:first-child { margin-top: 0; padding-top: 0; } } h2 { margin-top: $scroll-margin-top; border-bottom: 3px solid $body-color; } img { @extend .img-fluid; } pre { @extend .highlight, .pre-scrollable; padding: 1rem; } table { @extend .table, .table-striped; thead { @extend .thead-dark; } } blockquote { @extend .blockquote; font-size: $font-size-base; border-left: 5px solid $nord-color-7; background-color: rgba($nord-color-7, 0.05); padding: 1em; padding-left: 2em; blockquote { border-left: 5px solid $nord-color-11; background-color: rgba($nord-color-11, 0.05); blockquote { border-left: 5px solid $nord-color-14; background-color: rgba($nord-color-14, 0.05); blockquote { border-left: 5px solid $nord-color-13; background-color: rgba($nord-color-13, 0.05); } } } } .alert { padding-bottom: 0; .title { font-size: $h4-font-size; font-weight: $font-weight-bold; margin-bottom: 0; } &-info { border-left: 5px solid $nord-color-7; } &-warning { border-left: 5px solid $nord-color-13; } &-danger { border-left: 5px solid $nord-color-11; } &-success { border-left: 5px solid $nord-color-14; } } .video { @extend .embed-responsive, .embed-responsive-16by9; margin-bottom: $line-height-base * 1em; } }
Version data entries
6 entries across 6 versions & 1 rubygems