app/assets/stylesheets/woople-theme/dashboard/base.css.less in woople-theme-0.5.13 vs app/assets/stylesheets/woople-theme/dashboard/base.css.less in woople-theme-0.5.14

- old
+ new

@@ -23,9 +23,35 @@ a { outline: none } } + #electives_points > div { + width: 50%; + margin: 0 auto; + text-align: center; + padding:@contentPadding; + + @media (max-width: 767px) { + width: auto; + } + + .points { + .content-title(); + margin-bottom: 0; + } + } + + .progress { + height: 40px; + text-align: left; + .bar { + filter: none; + background:fade(@highlight, 100%); + height: 40px; + } + } + .styled-table(); table { tr > td:first-child, tr > th:first-child { color: @secondaryTextColour;