_profile.scss in StreamCast – bring live radio to your site with a sleek player 2.3.3, at admin/codestar-framework/assets/scss/partials/_profile.scss
| 1 | /** |
| 2 | * 06. Profile |
| 3 | */ |
| 4 | .csf-profile-options{ |
| 5 | |
| 6 | > h2 > .fa { |
| 7 | padding-right: 7px; |
| 8 | } |
| 9 | |
| 10 | > .csf-field{ |
| 11 | max-width: 750px; |
| 12 | padding: 15px 0; |
| 13 | border-top: none !important; |
| 14 | |
| 15 | > .csf-title{ |
| 16 | width: 200px; |
| 17 | |
| 18 | h4{ |
| 19 | font-size: 14px; |
| 20 | font-weight: 600; |
| 21 | line-height: 1.3; |
| 22 | display: inline-block; |
| 23 | vertical-align: middle; |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | > .csf-fieldset{ |
| 28 | width: calc(100% - 220px); |
| 29 | |
| 30 | > .csf-help{ |
| 31 | top: -15px; |
| 32 | right: -5px; |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | > .csf-field-heading{ |
| 38 | font-size: 1.1em; |
| 39 | } |
| 40 | |
| 41 | > .csf-field-subheading{ |
| 42 | font-size: 12px; |
| 43 | } |
| 44 | |
| 45 | > .csf-field-subheading, |
| 46 | > .csf-field-heading{ |
| 47 | margin: 10px 0; |
| 48 | padding: 15px !important; |
| 49 | border: 1px solid #ddd; |
| 50 | } |
| 51 | |
| 52 | > .csf-field-submessage{ |
| 53 | margin: 20px 0; |
| 54 | |
| 55 | .csf-submessage{ |
| 56 | padding: 10px; |
| 57 | border-left-width: 1px; |
| 58 | border-left-style: solid; |
| 59 | border-right-width: 1px; |
| 60 | border-right-style: solid; |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | > .csf-field-notice{ |
| 65 | background-color: transparent; |
| 66 | } |
| 67 | } |
| 68 |