Sha256: d23a1bfdcc9f6c3f162715b945aa1985b7b446b6dfa9e038eb8ff6e06338cb72
Contents?: true
Size: 1.58 KB
Versions: 19
Compression:
Stored size: 1.58 KB
Contents
.mu-faqs-container { position: relative; display: table; width: 100%; .mu-faqs-content { padding-top: 50px; width: 100%; @include media-breakpoint-up(md) { width: 75%; float: right; } .mu-faqs-group { padding: 32px; box-shadow: 0 0.375em 2.8125em 0 #d2d5d9; margin-bottom: 32px; word-wrap: anywhere; @include media-breakpoint-down(md) { &:not(.active) { h3, p, ul { display: none } h2 { margin-bottom: 0px; } } } h2 { margin-top: 0; margin-bottom: 20px; } h3 { color: #1A94A3; // should be $brand-secondary margin-top: 40px; } .mu-faqs-group-icon { float: right; margin-top: 10px; cursor: pointer; display: none; @include media-breakpoint-down(md) { display: unset; } } } } .mu-faqs-navbar { top: 0; position: sticky; width: 25%; padding-top: 50px; ul { border-left: 1px solid $mu-color-disabled; list-style: none; padding-left: 0px; li { padding: 8px 10px 8px 15px; cursor: pointer; &.active { border-left: 3px solid transparent; border-color: darken($primary, 5%); margin-left: -3px; } a { color: $primary; &:hover { text-decoration: none; } @include media-breakpoint-up(xl) { font-size: 1.1em; } } } } } }
Version data entries
19 entries across 19 versions & 1 rubygems