style.scss (651B)
1 .redux-template-library-block { 2 .components-placeholder__label { 3 svg { 4 margin-right: 8px; 5 } 6 } 7 8 button.components-button { 9 height: auto; 10 font-weight: 600; 11 text-transform: uppercase; 12 font-size: 13px; 13 padding: 11px 20px; 14 background: #fff; 15 } 16 } 17 .components-button.has-icon.redux-templates-insert-library-button { 18 height: 100%; 19 } 20 .redux-templates-insert-library-button { 21 margin-left: 10px; 22 margin-right: 10px; 23 24 svg { 25 width: 20px; 26 height: 20px; 27 } 28 } 29 30 .redux-insert-library-button { 31 margin-left: 10px; 32 margin-right: 10px; 33 }