inline-field.css (498B)
1 .inline-field > .banner-preview { 2 width: 80%; 3 padding-bottom: 15%; 4 background-size: cover; 5 background-position: center center; 6 background-repeat: no-repeat; 7 margin-bottom: 10px; 8 } 9 10 .inline-field > .icon-preview { 11 -webkit-border-radius: 100%; 12 -moz-border-radius: 100%; 13 border-radius: 100%; 14 display: block; 15 width: 80px; 16 height: 80px; 17 margin-bottom: 10px; 18 background-size: cover; 19 background-position: center center; 20 background-repeat: no-repeat; 21 }