Sha256: aa3b29000ddefbd3fe1f5bc894cd84515c20d6f21555f453da7218a83459f58f
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
@import "woople-theme/variables.css.less"; section.certification-content { > h2 { padding-left:@contentPadding; padding-right:@contentPadding; margin-top:0; margin-bottom:0; padding-top:@contentPadding; .section-title(); } .tab-pane { background-color: white; } .nav-tabs li:first-child { margin-left: 10px; } .nav { margin-bottom: 0; a { outline: none } } .styled-table(); table { tr > td:first-child, tr > th:first-child { color: @secondaryTextColour; width: 20%; padding-top:@tableCellPadding * 1.6; } tr { border-bottom:solid 1px @insetContentBorder; } h2 { .content-title(); margin-bottom: 0; } } @media (max-width: 767px) { table { tr > td:first-child, tr > th:first-child { padding-left:@phoneMargin; text-indent:@phoneMargin * 1.5; width: 35%; > *:first-child { text-indent:0; margin-left:@phoneMargin; } } } } }
Version data entries
5 entries across 5 versions & 1 rubygems