app/assets/stylesheets/phcmembers/_custom.scss in phcmembers-3.0.1 vs app/assets/stylesheets/phcmembers/_custom.scss in phcmembers-4.0.0

- old
+ new

@@ -1,37 +1,75 @@ \ No newline at end of file +// Page Header Title +.page-title { + padding: 25px 0px 40px 0px; + font-size: 28px; + letter-spacing: -1px; + display: block; + color: #666; + margin: 0px 0px 15px 0px; + font-weight: 300; + // Title SubScript + small { + font-size: 14px; + letter-spacing: 0px; + font-weight: 300; + color: #888; + } + + .page-content-white &, + .page-container-bg-solid & { + color: #666; + margin-bottom: 20px; + margin-top: 20px; + small { + color: #666; + } + } + + .page-content-white & { + margin: 25px 0; + font-size: 24px; + } +} + +// Fix for Time in List +.feeds { + padding: 5px 5px 5px 5px; + font-size: 13px; +}