first commit
This commit is contained in:
33
www/bower_components/bootstrap-rtl-ondemand/less/popovers-rtl.less
vendored
Normal file
33
www/bower_components/bootstrap-rtl-ondemand/less/popovers-rtl.less
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
//
|
||||
// Popovers
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
.popover {
|
||||
left: auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.popover {
|
||||
&.top > .arrow {
|
||||
right: 50%;
|
||||
left: auto;
|
||||
margin-right: -@popover-arrow-outer-width;
|
||||
margin-left: auto;
|
||||
&:after {
|
||||
margin-right: -@popover-arrow-width;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
&.bottom > .arrow {
|
||||
right: 50%;
|
||||
left: auto;
|
||||
margin-right: -@popover-arrow-outer-width;
|
||||
margin-left: auto;
|
||||
&:after {
|
||||
margin-right: -@popover-arrow-width;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user