Sha256: 5b5fb50707f837064008f6c9e05b299127469b802eb5c5dc8da970ae5ea1ff6d
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
.dropdown-menu { border: 0; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); .divider { background-color: rgba(0, 0, 0, .12); } li > a{ font-size: $mdb-dropdown-font-size; padding: 10px 20px; margin: 0 5px; border-radius: $border-radius-small; @include transition($fast-transition-time, $transition-linear); &:hover, &:focus { @include shadow-8dp(); } } &.dropdown-with-icons{ li > a{ padding: 12px 20px 12px 12px; .material-icons{ vertical-align: middle; font-size: 24px; position: relative; margin-top: -4px; top: 1px; margin-right: 12px; opacity: .5; } } } li { position: relative; a:hover, a:focus, a:active { background-color: $brand-primary; color: #FFFFFF; } } .divider{ margin: 5px 0; } .navbar &, .navbar.navbar-default &{ li{ > a:hover, > a:focus{ color: $white-color; background-color: $brand-primary; } } } } @media (min-width: $screen-sm-min){ .dropdown{ .dropdown-menu{ @include transition($fast-transition-time, $transition-linear); margin-top: -20px; opacity: 0; visibility: hidden; display: block; } &.open{ .dropdown-menu{ opacity: 1; visibility: visible; margin-top: 1px; } } } }
Version data entries
3 entries across 3 versions & 3 rubygems