Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -503,7 +503,7 @@ useHead({
|
|||
.row-2 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 14px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
/* ---- PRIVACY TOGGLE SPACING ---- */
|
||||
|
|
@ -615,7 +615,7 @@ useHead({
|
|||
/* ---- CONNECTIONS PANEL ---- */
|
||||
.connections-panel {
|
||||
border: 1px dashed var(--border);
|
||||
padding: 12px 14px;
|
||||
padding: 12px 16px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 12px;
|
||||
background: var(--surface);
|
||||
|
|
@ -630,7 +630,7 @@ useHead({
|
|||
/* ---- SAVE BAR ---- */
|
||||
.save-bar {
|
||||
flex-shrink: 0;
|
||||
padding: 24px 28px 24px;
|
||||
padding: 24px 28px;
|
||||
margin-top: 0;
|
||||
border-top: 1px dashed var(--border);
|
||||
display: flex;
|
||||
|
|
@ -644,7 +644,7 @@ useHead({
|
|||
}
|
||||
|
||||
.save-msg-ok {
|
||||
color: var(--green, var(--candle));
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.save-msg-err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue