_objects.copy-button.scss 273 B

123456789101112131415
  1. /* Copy buttons */
  2. .copybtn {
  3. position: absolute;
  4. top: 0;
  5. right: 0;
  6. margin: $spacing-unit-tiny;
  7. width: $spacing-unit;
  8. height: $spacing-unit;
  9. padding: 0 4px 2px;
  10. }
  11. .input_area .highlight, .text_cell_render .highlight {
  12. position: relative;
  13. }