You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_update.scss 250B

1234567891011121314
  1. .producer-update {
  2. .panel {
  3. h4 {
  4. font-size: 23px;
  5. margin-bottom: 20px;
  6. text-transform: uppercase;
  7. border-bottom: solid 1px gray;
  8. }
  9. h4:not(:first-child) {
  10. margin-top: 45px;
  11. }
  12. }
  13. }