소스 검색

tidy up scss

Yuki Takei 1 년 전
부모
커밋
f9baf979e9
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      apps/app/src/features/openai/chat/components/AiChatModal/MessageCard.module.scss

+ 6 - 1
apps/app/src/features/openai/chat/components/AiChatModal/MessageCard.module.scss

@@ -21,6 +21,12 @@
   }
 }
 
+.assistant-message-card :global {
+  .grw-ai-icon {
+    padding: 0.4em;
+  }
+}
+
 // text animation
 // refs: https://web.dev/articles/speedy-css-tip-animated-gradient-text?hl=ja
 .assistant-message-card :global {
@@ -86,7 +92,6 @@
 // == Colors
 .assistant-message-card :global {
   .grw-ai-icon {
-    padding: 0.4em;
     color: white;
     background-color: growi-official-colors.$growi-ai-purple;
   }