mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 17:16:46 +03:00
Polish website spacing and control alignment (#331)
* Fix designing live context alignment * Center dark theme toggle icon * Tighten designing avoid list spacing * Tighten remaining site marker spacing
This commit is contained in:
@@ -221,7 +221,20 @@
|
||||
width: 1px;
|
||||
height: 14px;
|
||||
background: var(--color-mist);
|
||||
margin: 0 2px;
|
||||
margin: 0 0 0 2px;
|
||||
}
|
||||
|
||||
.docs-viz-live-ctx-discard {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
color: var(--color-ash);
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.docs-viz-live-ctx-accept {
|
||||
|
||||
Reference in New Issue
Block a user