[docs] improve actions tutorial presentation (#7283)

pull/7292/head
opensas 3 years ago committed by GitHub
parent f287bbe80d
commit 252895d42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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