Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : popover.scss
.note-popover {
  position: absolute;
  z-index: $zindex-popover;
  display: block;
  // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element.
  // So reset our font and text properties to avoid inheriting weird values.
  font-size: 13px;
  font-family: $font-family;

  display: none;
  background: $popover-bg;
  border: 1px solid $popover-border-color;
  border: 1px solid $popover-fallback-border-color;

  &.in     { display: block; }
  &.top    { margin-top:  -10px; padding: $tooltip-arrow-width 0; }
  &.right  { margin-left:  10px; padding: 0 $tooltip-arrow-width; }
  &.bottom { margin-top:   10px; padding: $tooltip-arrow-width 0; }
  &.left   { margin-left: -10px; padding: 0 $tooltip-arrow-width; }
}

.note-popover {
  &.bottom .note-popover-arrow {
    top: -11px;
    left: 20px;
    margin-left: -$popover-arrow-width;
    border-top-width: 0;
    border-bottom-color: $popover-arrow-outer-fallback-color;
    border-bottom-color: $popover-arrow-outer-color;

    &::after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff;
    }
  }

  &.top .note-popover-arrow {
    bottom: -11px;
    left: 20px;
    margin-left: -$popover-arrow-width;
    border-bottom-width: 0;
    border-top-color: $popover-arrow-outer-fallback-color;
    border-top-color: $popover-arrow-outer-color;

    &::after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-bottom-width: 0;
      border-top-color: #fff;
    }
  }

  &.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -$popover-arrow-width;
    border-left-width: 0;
    border-right-color: $popover-arrow-outer-fallback-color;
    border-right-color: $popover-arrow-outer-color;

    &::after {
      left: 1px;
      margin-top: -10px;
      content: " ";
      border-left-width: 0;
      border-right-color: #fff;
    }

  }
  &.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -$popover-arrow-width;
    border-right-width: 0;
    border-left-color: $popover-arrow-outer-fallback-color;
    border-left-color: $popover-arrow-outer-color;

    &::after {
      right: 1px;
      margin-top: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff;
    }
  }
}


.note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;

  &::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;


    content :  " ";
    border-width: 10px;
  }

}

.note-popover-content {
  /*max-width: $popover-max-width;*/
  padding: 3px 8px;
  color: $popover-color;
  text-align: center;
  background-color: $popover-bg;
  min-width: 100px;
  min-height: 30px;
}
© 2026 GrazzMean