mirror of
https://github.com/cosmocode/dokuwiki-plugin-aichat.git
synced 2025-07-21 23:54:56 +00:00
17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
aichat-chat {
|
|
--color-link: @ini_link;
|
|
}
|
|
|
|
aichat-button{
|
|
--color-chat-icon: @ini_link;
|
|
--color-link: @ini_link;
|
|
|
|
&.float {
|
|
position: fixed;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
--icon-size: 5em;
|
|
z-index: 9998;
|
|
}
|
|
}
|