style.scss (886B)
1 .redux-edit-post-welcome-guide { 2 //$image-height: 240px; 3 $image-width: 512px; 4 width: 412px; 5 6 &__image { 7 background: #00a0d2; 8 width: 412px; 9 border-bottom: 1px solid #ddd; 10 11 &__prm-r { 12 display: none; 13 } 14 15 @media (prefers-reduced-motion: reduce) { 16 &__prm-r { 17 display: block; 18 } 19 20 &__prm-np { 21 display: none; 22 } 23 } 24 } 25 26 &__heading { 27 font-family: "Noto Serif", serif; 28 font-size: 24px; 29 line-height: 1.4; 30 margin: 0 0 16px 0; 31 padding: 0 32px; 32 } 33 34 &__text { 35 font-size: 16px; 36 line-height: 1.4; 37 margin: 0 0 24px 0; 38 padding: 0 32px; 39 font-weight: normal; 40 } 41 42 &__inserter-icon { 43 margin: 0 4px; 44 vertical-align: text-top; 45 } 46 }