media.scss (1262B)
1 .redux-main { 2 .button.remove-image, 3 .removeCSS { 4 margin-left: 10px; 5 color: #ef521d; 6 7 &:hover { 8 color: #ff0; 9 } 10 } 11 12 .upload_button_div { 13 margin-bottom: 5px; 14 } 15 16 .upload-error { 17 float: left; 18 color: #666; 19 font-size: 10px; 20 font-weight: bold; 21 text-decoration: none; 22 text-shadow: 1px 1px 0 #fff; 23 margin: 0 10px 0 0; 24 padding: 3px 10px; 25 background: #ffdfec; 26 -webkit-border-radius: 4px; 27 -moz-border-radius: 4px; 28 border-radius: 4px; 29 } 30 31 .reset-button { 32 font-family: Arial, Verdana, sans-serif; 33 float: left; 34 margin: 0; 35 color: #ef521d; 36 border-color: #bbb; 37 } 38 39 .redux-option-image { 40 max-height: 340px; 41 max-width: 340px; 42 padding: 5px; 43 margin-bottom: 0; 44 margin-top: 10px; 45 margin-right: 15px; 46 border: 1px solid #e3e3e3; 47 background: #f7f7f7; 48 -moz-border-radius: 3px; 49 -khtml-border-radius: 3px; 50 -webkit-border-radius: 3px; 51 border-radius: 3px; 52 } 53 54 .redux-main .upload { 55 width: 80% !important; 56 } 57 58 .button { 59 margin-top: 2px; 60 } 61 }