|
|
@@ -1,8 +1,15 @@
|
|
|
@use '@growi/core-styles/scss/variables/growi-official-colors';
|
|
|
+@use '@growi/core-styles/scss/bootstrap/init' as bs;
|
|
|
|
|
|
// == Colors
|
|
|
.grw-ai-assistant-management :global {
|
|
|
.growi-ai-assistant-icon {
|
|
|
color: growi-official-colors.$growi-ai-purple;
|
|
|
}
|
|
|
+ .growi-ai-assistant-name {
|
|
|
+ .form-control:focus {
|
|
|
+ border-color: var(--bs-primary) !important;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|