Sha256: b130dd741fea5273ad0585b147c2b9b0d25c4846500959f0798219dde9a11208
Contents?: true
Size: 1.8 KB
Versions: 29
Compression:
Stored size: 1.8 KB
Contents
@import "woople-theme/variables.css.less"; @import "woople-theme/colours.css.less"; .outline { margin-bottom:20px; overflow:hidden; h2 { .outline-title(); } .assessment { margin-left:@leftColumnOffset; margin-top:@contentPadding; text-transform:uppercase; } .completed { .action { display:none; } } .disabled td, p.disabled { .opacity(50); a:hover { text-decoration:none; } } tr.disabled { &:hover { td { background:none; } } td { background-color:transparent; text-shadow:none; color:@primaryTextColour; a { color:@primaryTextColour; } .action { display:none; } } } table { margin-bottom:0; th { color: @secondaryTextColour; } th, td { padding:@tableCellPadding; border-top:none; a { color:@primaryTextColour; } } .count { width:75px; } th { border-top:none; } tr > td:first-child, tr > th:first-child { padding-left:@contentPadding; width:@gridGutterWidth + @imageWidth - (@tableCellPadding * 2); } .action { display:block; } tr:hover { td { background-color:@highlightBackground; } } } } @media (max-width: 767px) { .outline { table { tr > td:first-child, tr > th:first-child { padding-left:@phoneMargin; text-indent:@phoneMargin * 1.5; > *:first-child { text-indent:0; margin-left:@phoneMargin; } } } h2 { .outline-title(@phoneLeftColumnOffset); } p { padding-left:@phoneLeftColumnOffset; padding-right:@phoneMargin; } .assessment { margin-left:@phoneLeftColumnOffset; } } }
Version data entries
29 entries across 29 versions & 1 rubygems