feat: rewrite workshop_admin UI – remove adapter terminology, make configurations primary
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/3fc88263-c1c0-46f6-95f1-7070fc6f9d02 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
e799f5ee5d
commit
86f825e388
6 changed files with 98 additions and 80 deletions
|
|
@ -584,3 +584,24 @@
|
|||
color: #777;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
|
||||
/* Info box used on the configuration form to explain SteamCMD usage */
|
||||
.sw-info-box {
|
||||
background: #e8f4fd;
|
||||
border: 1px solid #b3d7f5;
|
||||
border-radius: 4px;
|
||||
padding: 0.75rem 1rem;
|
||||
margin-bottom: 1.25rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.sw-info-box strong {
|
||||
display: block;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.sw-info-box p {
|
||||
margin: 0;
|
||||
color: #2c5f8a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue