Update _tooltip.scss

pull/2082/head
maxgrapps 6 years ago committed by GitHub
parent d0c94bce86
commit e5ac4c6aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      apps/block_scout_web/assets/css/components/_tooltip.scss

@ -18,7 +18,7 @@ $tooltip-color: #fff !default;
} }
} }
.bs-tooltip-top { top: -4px !important; } .bs-tooltip-top { top: -10px !important; }
.bs-tooltip-bottom { top: 4px !important; } .bs-tooltip-bottom { top: 10px !important; }
.bs-tooltip-left { left: -4px !important; } .bs-tooltip-left { left: -10px !important; }
.bs-tooltip-right { left: 4px !important; } .bs-tooltip-right { left: 10px !important; }

Loading…
Cancel
Save