More tweaks
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
This commit is contained in:
@@ -213,17 +213,13 @@ button:disabled {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button.btn-success {
|
||||
background: var(--success-text);
|
||||
border-color: var(--success-text);
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
button.btn-success,
|
||||
button.btn-success:hover {
|
||||
background: var(--success-text);
|
||||
border-color: var(--success-text);
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/* Cards */
|
||||
@@ -433,6 +429,7 @@ input[type="file"] {
|
||||
|
||||
#build-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
@@ -541,6 +538,14 @@ input[type="file"] {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
/* Install summary */
|
||||
.install-summary {
|
||||
font-size: 0.93rem;
|
||||
color: var(--text);
|
||||
line-height: 1.6;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
/* Install instructions */
|
||||
.install-instructions {
|
||||
margin-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user