Sha256: c931503c7fbab204de815e65a70f272ed7da56a900c05c46cb4632059b8091c4
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
@import "woople-theme/variables.css.less"; @import "woople-theme/colours.css.less"; .page-header-with-image { img { .course-image(); max-width:@imageWidth; max-height:@imageWidth; float:left; margin-right:@gridGutterWidth; } p, h1 { margin-left: @gridGutterWidth + @imageWidth; } } .page-header { border-color:fade(@highlight, 10%); padding-left:@contentPadding; padding-right:@contentPadding; margin-top:0; padding-top:@contentPadding * 1.5; background: @highlightBackground; h1 { font-weight:200; font-family:HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#0089D0; font-size:50px; line-height:55px; margin-bottom:10px; } p { font-size:16px; line-height:23px; color:@secondaryTextColour; margin-bottom:-4px; } } .page-header.completed { background-image:url(/assets/woople-theme/completed-triangle.png); background-position:top right; background-repeat:no-repeat; } @media (max-width: 767px) { .page-header { padding-left:@phoneMargin; padding-right:@phoneMargin; padding-top:@phoneMargin * 1.5; margin-bottom:0; h1 { font-size:28px; line-height:32px; } p { font-size:12px; line-height:18px; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
woople-theme-0.2.27 | app/assets/stylesheets/woople-theme/page-header.css.less |
woople-theme-0.2.26 | app/assets/stylesheets/woople-theme/page-header.css.less |