first commit

This commit is contained in:
root
2026-03-14 09:49:00 +00:00
commit 708ff116e1
1958 changed files with 1718027 additions and 0 deletions

View 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;
}
}
}