Sha256: 605f41537cb5896405def557084ad899f3a597c86a636760a159a6f784eba93f
Contents?: true
Size: 991 Bytes
Versions: 39
Compression:
Stored size: 991 Bytes
Contents
.mu-user-menu { display: flex; margin-top: 25px; } .mu-user-menu-content { flex-grow: 1; } .mu-user-menu-header { font-size: 15px; color: $mu-color-disabled; text-transform: uppercase; cursor: pointer; @include media-breakpoint-up(md) { cursor: auto; i { display: none; } span { padding-left: 0; } } } .mu-user-menu-items { margin-top: 30px; @include media-breakpoint-down(md) { margin-left: 15px; margin-right: 15px; } &.mu-hidden-sm-screen { @include media-breakpoint-down(md) { display: none; } } } .mu-user-menu-item { font-size: 17px; margin-bottom: 5px; a { color: $primary; &.active { font-weight: bold; } } } .mu-user-menu-divider { &.vertical { border-left: 2px solid $mu-color-separator; } &.horizontal { border-top: 2px solid $mu-color-separator; margin: 25px 0; @include media-breakpoint-up(md) { margin-right: 15px; } } }
Version data entries
39 entries across 39 versions & 1 rubygems