Sha256: fd7fddc787417be9780b81502662eb1e786b6a01cde88e142cf7aa15b38f9c67
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 KB
Contents
// "More" primary menu item dropdown .dropdown-menu-more { @media (min-width: $screen-md-min) { width: 540px; padding: 25px 40px 30px; } .dropdown-menu-more-link { display: block; padding-top: 10px; color: color('gray-500'); font-size: $font-size-default; @media (min-width: $screen-md-min) { color: color('gray-600'); font-size: $font-size-large; } &:hover, &:focus, &:active { color: color('secondary'); background-color: transparent; background-image: none; text-decoration: none; .fa-circle { color: color('secondary'); } .fa-stack-1x { @extend %text-shadow; } } } .fa-stack { margin-right: 5px; } .well { margin-bottom: 0; padding: 10px 0 15px 10px; border-radius: 0; @media (min-width: $screen-sm-min) { margin: 10px; border-radius: $border-radius-default; } @media (min-width: $screen-md-min) { margin: 0; } } } .dropdown-menu-more-featured { margin-bottom: 5px; } .dropdown-menu-more-list { padding: 10px 0 15px 25px; @media (min-width: $screen-md-min) { margin-top: -5px; padding: 0; } }
Version data entries
4 entries across 4 versions & 1 rubygems