_objects.copy-button.scss 332 B

1234567891011121314151617181920
  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. i {
  11. font-style: normal;
  12. color: #777777
  13. }
  14. }
  15. .input_area .highlight, .text_cell_render .highlight {
  16. position: relative;
  17. }