_widget.scss in StreamCast – bring live radio to your site with a sleek player 2.3.2, at admin/codestar-framework/assets/scss/partials/_widget.scss
| 1 | /** |
| 2 | * 04. Widget |
| 3 | */ |
| 4 | .csf-widgets{ |
| 5 | |
| 6 | > .csf-field{ |
| 7 | position: relative; |
| 8 | top: -1px; |
| 9 | margin-left: -15px; |
| 10 | margin-right: -15px; |
| 11 | padding: 12px 15px; |
| 12 | |
| 13 | .csf-title{ |
| 14 | float: none; |
| 15 | width: 100%; |
| 16 | margin-bottom: 5px; |
| 17 | } |
| 18 | |
| 19 | .csf-fieldset{ |
| 20 | float: none; |
| 21 | width: 100%; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .csf-field-text input{ |
| 26 | width: 100%; |
| 27 | } |
| 28 | |
| 29 | .csf-field-notice .csf-notice{ |
| 30 | padding: 15px; |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | .control-section{ |
| 35 | |
| 36 | .csf-widgets{ |
| 37 | |
| 38 | > .csf-field{ |
| 39 | margin-left: -10px; |
| 40 | margin-right: -10px; |
| 41 | padding: 10px 12px; |
| 42 | } |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | .wp-block{ |
| 47 | |
| 48 | .csf-widgets{ |
| 49 | font-size: 13px; |
| 50 | |
| 51 | > .csf-field{ |
| 52 | margin-left: -10px; |
| 53 | margin-right: -10px; |
| 54 | |
| 55 | .button-primary{ |
| 56 | color: #fff; |
| 57 | } |
| 58 | |
| 59 | > .csf-title{ |
| 60 | |
| 61 | > h4{ |
| 62 | font-size: 13px; |
| 63 | } |
| 64 | } |
| 65 | } |
| 66 | } |
| 67 | } |
| 68 |