style.scss (284B)
1 .redux-templates-import-button-group { 2 text-align: center; 3 4 &.disabled span a { 5 cursor: default; 6 opacity: 0.8; 7 } 8 } 9 10 .redux-templates-single-section-item { 11 margin-bottom: 15px; 12 .redux-templates-import-button-group { 13 margin-top: 10%; 14 } 15 }