assistantcreate.ui.css 599 B

123456789
  1. #ai-edit-icon {position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center;}
  2. #ai-edit-icon #edit-icon {display: none; position: absolute; inset: 0; background-color: rgba(230, 240, 255, 0.7);}
  3. #ai-edit-icon:hover {border: 1px solid #EDEEF1;}
  4. #ai-edit-icon:hover #edit-icon {display: flex; justify-content: center; align-items: center;}
  5. #icon-buttons svg {cursor: pointer;}
  6. .theme-checked {display: flex; justify-content: center; align-items: center; padding: 0;}
  7. #ai-edit-icon > svg {width: 30px; height: 30px;}
  8. #preview-icon > svg {width: 30px; height: 30px;}