| OLD | NEW |
| 1 | 1 |
| 2 #gc-pagecontent { | 2 #gc-pagecontent { |
| 3 .g-section { | 3 .g-section { |
| 4 h1, h2, h3 { | 4 h1, h2, h3 { |
| 5 margin: 0; | 5 margin: 0; |
| 6 } | 6 } |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 | 9 |
| 10 #upcoming-events, #featured { | 10 #upcoming-events, #featured { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 //padding: $main-content-top-margin / 2; | 35 //padding: $main-content-top-margin / 2; |
| 36 padding: $default-padding; | 36 padding: $default-padding; |
| 37 text-align: center; | 37 text-align: center; |
| 38 | 38 |
| 39 h2 { | 39 h2 { |
| 40 padding-top: 20px; | 40 padding-top: 20px; |
| 41 | 41 |
| 42 &::before { | 42 &::before { |
| 43 display: block; | 43 display: block; |
| 44 content: ''; | 44 content: ''; |
| 45 background: url("../images/bucket-icons.svg") 12px 50% no-repeat; | 45 background: url("/static/images/bucket-icons.svg") 12px 50% no-repeat; |
| 46 width: 100px; | 46 width: 100px; |
| 47 height: 65px; | 47 height: 65px; |
| 48 background-size: cover; | 48 background-size: cover; |
| 49 margin: auto; | 49 margin: auto; |
| 50 margin-bottom: 20px; | 50 margin-bottom: 20px; |
| 51 } | 51 } |
| 52 &.multidevice { | 52 &.multidevice { |
| 53 &::before { | 53 &::before { |
| 54 background-position: -91px 50%; | 54 background-position: -91px 50%; |
| 55 } | 55 } |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 img { | 87 img { |
| 88 margin-bottom: $default-padding; | 88 margin-bottom: $default-padding; |
| 89 } | 89 } |
| 90 } | 90 } |
| 91 } | 91 } |
| 92 | 92 |
| 93 // // Tablet | 93 // // Tablet |
| 94 // @media only screen and (min-width: $break-small + 1) and (max-width: $break-l
arge) { | 94 // @media only screen and (min-width: $break-small + 1) and (max-width: $break-l
arge) { |
| 95 | 95 |
| 96 // } | 96 // } |
| OLD | NEW |