Sha256: 60f9bd92193b77a2b82913cf1ee80efceb0c8dcc9e000cce1602414fca4d01d3
Contents?: true
Size: 1.11 KB
Versions: 9
Compression:
Stored size: 1.11 KB
Contents
.dropdown-menu { &:before, &:after { content: ''; display: inline-block; position: absolute; } &:before { top: -$dropdown-arrow-outer-width; left: 12px; border-left: $dropdown-arrow-width solid transparent; border-right: $dropdown-arrow-width solid transparent; border-bottom: $dropdown-arrow-width solid $dropdown-border-color; } &:after { top: -$dropdown-arrow-width; left: 11px; border-left: $dropdown-arrow-outer-width solid transparent; border-right: $dropdown-arrow-outer-width solid transparent; border-bottom: $dropdown-arrow-outer-width solid white; } &.dropdown-menu-right { &:before { left: auto; right: 12px; } &:after { left: auto; right: 11px; } } .dropup & { &:before { top: auto; bottom: -$dropdown-arrow-outer-width; border-bottom: 0; border-top: $dropdown-arrow-width solid $dropdown-border-color; } &:after { top: auto; bottom: -$dropdown-arrow-width; border-bottom: 0; border-top: $dropdown-arrow-outer-width solid white; } } }
Version data entries
9 entries across 9 versions & 1 rubygems