File: /home/z/w/a/zwafgyp/coolswim/wp-content/themes/liftsupply/sass/rtl/bootstrap/_utilities.scss
//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
@include clearfix();
}
.center-block {
@include center-block();
}
.pull-right {
float: left !important;
}
.pull-left {
float: right !important;
}
// Toggling content
// -------------------------
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
@include text-hide();
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
@include translate3d(0, 0, 0);
}
.caret {
margin-left: 0;
margin-right: 2px;
}
.rtl .opal-footer .feature-box .fbox-content {
padding-left: 0;
}
.media-right,
.media > .pull-right {
padding-left: 0;
padding-right: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 0;
padding-left: 10px;
}
.owl-carousel .owl-item .item {
direction: rtl;
}
.navbar-mega .navbar-nav .container-mega .row > div:first-child::after {
content: "";
}
.nav-tabs {
padding-right: 0;
> li {
float: right;
> a {
margin-right: 0;
margin-left: 2px;
}
}
}
.vc_progress_bar .vc_single_bar .vc_bar {
right: 0;
}
body .vc_progress_bar .vc_single_bar .vc_label span {
float: left;
}
.separator_align_left {
text-align: right!important;
}
.separator_align_right {
text-align: left!important;
}
.ratings ul {
float: right !important;
}
.ratings .meta {
float: right !important;
margin-left: 0 !important;
margin-right: 5px !important;
}