mirror of
https://gh.wpcy.net/https://github.com/presswizards/FreeScoutGPT.git
synced 2026-07-16 00:16:22 +08:00
62 lines
No EOL
1.2 KiB
CSS
62 lines
No EOL
1.2 KiB
CSS
@keyframes rotateSpinner {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.gptbutton-old.disabled i {
|
|
animation: rotateSpinner 800ms linear infinite;
|
|
}
|
|
|
|
.gpt {
|
|
margin: 30px;
|
|
padding: 10px 20px;
|
|
text-align: center;
|
|
border: 1px solid #ebe534;
|
|
background-color: rgba(221, 224, 36, 0.2);
|
|
}
|
|
.gpt-loader {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 4px;
|
|
}
|
|
.gpt-answers-data {
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.gpt-answer {
|
|
white-space: pre-line;
|
|
}
|
|
.gpt-nav {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-right: 20px;
|
|
}
|
|
.gpt-copy-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.sidebar-menu .fa-solid {
|
|
color: #b5c1cc;
|
|
font-size: 16px;
|
|
left: 20px;
|
|
margin-right: 10px;
|
|
position: absolute;
|
|
top: 10px;
|
|
z-index: 9;
|
|
}
|
|
.sidebar-buttons .dropdown-menu .fa-solid {
|
|
position: relative;
|
|
color: #0078D7;
|
|
left: -5px;
|
|
}
|
|
.dropdown-menu.with-icons .fa-solid, .dash-card-footer .dropdown-menu .fa-solid, .sidebar-buttons .dropdown-menu .fa-solid {
|
|
position: relative;
|
|
color: #0078D7;
|
|
left: -5px;
|
|
} |