UNPKG

bootstrap-additions

Version:

BootstrapAdditions - CSS extension kit for Twitter Bootstrap 3.0+

39 lines (36 loc) 608 B
@import (reference) "bower_components/bootstrap/less/bootstrap"; /* * Popovers corner placement * * Inherit exotic positionning from basic ones & fix arrow placement */ .popover { &.top-left { .popover.top; .arrow { .popover.top .arrow; left: 10%; } } &.top-right { .popover.top; .arrow { .popover.top .arrow; left: 90%; } } &.bottom-left { .popover.bottom; .arrow { .popover.bottom .arrow; left: 10%; } } &.bottom-right { .popover.bottom; .arrow { .popover.bottom .arrow; left: 90%; } } }