[docs] improve actions tutorial presentation

pull/7283/head
opensas 5 years ago
parent f287bbe80d
commit 3e70d0566f

@ -20,6 +20,9 @@
height: var(--height); height: var(--height);
left: calc(50% - var(--width) / 2); left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2); top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px; border-radius: 4px;
background-color: #ff3e00; background-color: #ff3e00;
color: #fff; color: #fff;

@ -20,6 +20,9 @@
height: var(--height); height: var(--height);
left: calc(50% - var(--width) / 2); left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2); top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px; border-radius: 4px;
background-color: #ff3e00; background-color: #ff3e00;
color: #fff; color: #fff;

@ -20,6 +20,9 @@
height: var(--height); height: var(--height);
left: calc(50% - var(--width) / 2); left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2); top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px; border-radius: 4px;
background-color: #ff3e00; background-color: #ff3e00;
color: #fff; color: #fff;

Loading…
Cancel
Save