This commit is contained in:
@@ -205,16 +205,10 @@ section { scroll-margin-top: calc(var(--bar-h) + 16px - var(--section-pad)); }
|
||||
}
|
||||
.btn:hover { opacity: .88; }
|
||||
.btn svg { width: 18px; height: 18px; }
|
||||
.btn.disabled {
|
||||
background: var(--surface-2); color: var(--muted);
|
||||
border-color: var(--line); cursor: default; pointer-events: none;
|
||||
}
|
||||
.btn.ghost { background: transparent; color: var(--text); border-color: var(--line); }
|
||||
.btn.ghost:hover { background: var(--surface-2); opacity: 1; }
|
||||
.btn.block { width: 100%; justify-content: center; }
|
||||
|
||||
.cta-note { font-size: .9rem; color: var(--muted); }
|
||||
|
||||
.facts {
|
||||
display: flex; flex-wrap: wrap; gap: 8px 20px;
|
||||
margin-top: 26px; font-size: .89rem; color: var(--muted);
|
||||
|
||||
Reference in New Issue
Block a user