_objects.thebelab-in-cell-button.scss 424 B

12345678910111213141516171819202122232425
  1. /* in-cell thebelab buttons */
  2. .thebebtn {
  3. position: absolute;
  4. top: 0;
  5. right: $spacing-unit;
  6. margin: $spacing-unit-tiny/2 $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 {
  16. position: relative;
  17. }
  18. // Hide code buttons
  19. div.jb_input div.input {
  20. position: relative;
  21. }