Sha256: 478978ff7c9dfb23d61e928c9d42c6ead55f1ed41df74334f87bb4a2699abe12
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 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, &.delete { &:before { font-family: 'icomoon'; font-size: inherit; line-height: inherit; margin: 0 5px 0 0; } } &.new:before { content: "\e702"; } &.export:before { content: "\e65e"; } &.delete:before { content: "\e6a7"; } &.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
4 entries across 4 versions & 1 rubygems