mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
[docs] improve actions tutorial presentation (#7283)
This commit is contained in:
parent
f287bbe80d
commit
252895d42a
@ -20,6 +20,9 @@
|
||||
height: var(--height);
|
||||
left: calc(50% - var(--width) / 2);
|
||||
top: calc(50% - var(--height) / 2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
background-color: #ff3e00;
|
||||
color: #fff;
|
||||
|
@ -20,6 +20,9 @@
|
||||
height: var(--height);
|
||||
left: calc(50% - var(--width) / 2);
|
||||
top: calc(50% - var(--height) / 2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
background-color: #ff3e00;
|
||||
color: #fff;
|
||||
|
@ -20,6 +20,9 @@
|
||||
height: var(--height);
|
||||
left: calc(50% - var(--width) / 2);
|
||||
top: calc(50% - var(--height) / 2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
background-color: #ff3e00;
|
||||
color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user