JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "popovers-rtl.scss"

Full Path: /var/www/lionsclub/assets/dashboard/css/bootstrap-rtl/scss/popovers-rtl.scss
File size: 595 bytes
MIME-type: text/plain
Charset: utf-8

//
// Popovers
// --------------------------------------------------


.popover {
  left: auto;
  text-align: right;
}

.popover {
  &.popover-top > .popover-arrow {
    right: 50%;
    left: auto;
    margin-right: -$popover-arrow-outer-width;
    margin-left: auto;
    &:after {
      margin-right: -$popover-arrow-width;
      margin-left: auto;
    }
  }
  &.popover-bottom > .popover-arrow {
    right: 50%;
    left: auto;
    margin-right: -$popover-arrow-outer-width;
    margin-left: auto;
    &:after {
      margin-right: -$popover-arrow-width;
      margin-left: auto;
    }
  }

}