/**
 * @file
 * Text resizer styling.
 */

#text_resize_clear {
  clear: both;
}

.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}
