Sha256: 5152347ba657a6f5e11f30f9f2e2bebb64babb6aa7ee045a2e9566f7d2ddb085
Contents?: true
Size: 1.1 KB
Versions: 7
Compression:
Stored size: 1.1 KB
Contents
div.status{ position: fixed; bottom: 0; left: 0; width: 100%; z-index: 99999; text-align: center; @include box-sizing(border-box); p.notice, p.alert { margin: 0; padding: 25px 0; background: rgba($color-2, 0.93); color: $color-dark; font-size: 25px; line-height: 32px; &.alert { background: rgba($color-danger, 0.93); } } } .dropdown-container { position: relative; .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; width: 100%; z-index: 9999; &.active { display: block; } ul { @include clear-list; } } } a { &.new, &.export, &.file { &:before { font-family: 'icomoon'; font-size: inherit; line-height: inherit; margin: 0 5px 0 0; } } &.new:before { content: "\e702"; } &.export:before { content: "\e65e"; } &.file:before { content: "\e622"; } } .avatar-container { display: inline-block; width: 36px; height: 36px; border-radius: 100%; border: 2px solid white; overflow: hidden; background: white; img { width: 100%; } }
Version data entries
7 entries across 7 versions & 1 rubygems