Sha256: 5a168588b2d32acb05ec2bd7914458afc79d123ef2930c07a2739d6c2c65f193
Contents?: true
Size: 1.47 KB
Versions: 3
Compression:
Stored size: 1.47 KB
Contents
// TABLES // Set right table class table @extend .table // NAVBAR // Set default to `.navbar-light` .navbar-nav .nav-link.active color: $navbar-light-active-color .navbar-toggler color: $navbar-light-color border-color: $navbar-light-toggler-border-color .navbar-toggler-icon background-image: $navbar-light-toggler-icon-bg // DROPDOWNS // move caret closer .dropdown-toggle::after margin-left: $caret-width * .3 vertical-align: $caret-width * .3 // FORMS form // Set mouse pointer on checkbox and radio label .custom-checkbox, .custom-radio label.custom-control-label cursor: pointer // CARDS .card // Remove top margin for top titles .card-title:first-of-type @extend .mt-0 // Remove bottom margin for bottom elements .card-body @include no-last-bottom() // Force lists in .list-groups after body // & ~ ul // @extend .list-group, .list-group-flush // li // @extend .list-group-item .card-footer p:last-of-type @extend .mb-0 // Force lists in .list-groups before body & > ul @extend .list-group, .list-group-flush li @extend .list-group-item // MODALS .modal @include no-last-bottom() // ALERTS @each $color, $value in $theme-colors .alert-#{$color} a color: theme-color-level($color, 6) .alert a @extend .alert-link // BLOCKQUOTE blockquote // Reset bottom margin p:last-of-type @extend .mb-0 // Set footer blockquote class footer @extend .blockquote-footer
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-any-theme-0.1.2 | _sass/any_theme/_corrections.sass |
jekyll-any-theme-0.1.1 | _sass/any_theme/_corrections.sass |
jekyll-any-theme-0.1.0 | _sass/any_theme/_corrections.sass |