Sha256: 4957c4ee014a44406d43cd70cd633e12df232b181b6228ee64d1c347a60422c8
Contents?: true
Size: 758 Bytes
Versions: 6
Compression:
Stored size: 758 Bytes
Contents
/* * Alerts placement */ .alert { outline: none; &.top, &.top-left, &.top-right, &.bottom, &.bottom-left, &.bottom-right { position: fixed; z-index: @zindex-modal; margin: 20px; } &.top, &.top-left, &.top-right { top: @navbar-height; } &.top { right: 0px; left: 0px; } &.top-right { right: 0px; .close { padding-left: 10px; } } &.top-left { left: 0px; .close { padding-right: 10px; } } &.bottom, &.bottom-right, &.bottom-left { bottom: 0px; } &.bottom { right: 0px; left: 0px; } &.bottom-right { right: 0px; .close { padding-left: 10px; } } &.bottom-left { left: 0px; .close { padding-right: 10px; } } }
Version data entries
6 entries across 6 versions & 1 rubygems