mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
streamline plugin marketplace CSS
This commit is contained in:
parent
b56ac7ddff
commit
1f0eeacfd4
6 changed files with 47 additions and 567 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<div class="pi-hint">Token is used only for cloning and is not stored.</div>
|
||||
</div>
|
||||
|
||||
<div class="pi-actions">
|
||||
<div class="pi-actions pi-actions-start">
|
||||
<button class="button confirm"
|
||||
@click="$store.pluginInstallStore.installGit()"
|
||||
:disabled="$store.pluginInstallStore.loading || !$store.pluginInstallStore.gitUrl.trim()">
|
||||
|
|
@ -60,6 +60,8 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
@import url("/plugins/_plugin_installer/webui/install-shared.css");
|
||||
|
||||
.pi-form-group {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
@ -87,46 +89,11 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pi-hint {
|
||||
margin-top: 0.35rem;
|
||||
font-size: 0.8rem;
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
.pi-actions {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.pi-button-loading {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.pi-result {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
padding: 0.75rem;
|
||||
background: rgba(34,197,94,0.1);
|
||||
border: 1px solid rgba(34,197,94,0.3);
|
||||
border-radius: 4px;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.pi-result-icon .material-symbols-outlined {
|
||||
font-size: 2rem;
|
||||
color: #22c55e;
|
||||
}
|
||||
|
||||
.pi-result-path {
|
||||
font-size: 0.85rem;
|
||||
color: var(--color-text-secondary);
|
||||
margin-top: 0.25rem;
|
||||
font-family: var(--font-family-code);
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue