Sha256: a450d7d0e5de440935537c748b1ea6bb3fc727b134e952b25e4a0c732ea7c986
Contents?: true
Size: 1000 Bytes
Versions: 21
Compression:
Stored size: 1000 Bytes
Contents
// // header.scss // Dashkit component // // Header // // General styles .header { margin-bottom: $header-margin-bottom; } .header-img-top { width: 100%; height: auto; } .header-body { padding-top: $header-spacing-y; padding-bottom: $header-spacing-y; border-bottom: $header-body-border-width solid $header-body-border-color; } .header.bg-dark .header-body, .header.bg-hero .header-body { border-bottom-color: $header-body-border-color-dark; } .header-footer { padding-top: $header-spacing-y; padding-bottom: $header-spacing-y; } .header-pretitle { text-transform: uppercase; letter-spacing: .08em; color: $text-muted; } .header-title { margin-bottom: 0; } .header-subtitle { margin-top: map-get($spacers, 2); margin-bottom: 0; } .header-tabs { margin-bottom: -$header-spacing-y; border-bottom-width: 0; .nav-link { padding-top: $header-spacing-y; padding-bottom: $header-spacing-y; } }
Version data entries
21 entries across 21 versions & 1 rubygems