1 @exercise-order-gray: darken(#ddd, 15%);
14 background-color: #ddd;
15 -webkit-margin-before: -20px; // compensate for Chrome behavior for ol > li > table
20 width: calc(~'100% - 40px');
30 vertical-align: middle;
33 background-color: @exercise-order-gray;
35 border-radius: 0 5px 5px 0;
46 transition: height 0.05s;
47 background-color: transparent;
50 transition: height 0.05s;
51 background-color: lighten(@blue,40%);
52 border: 1px dashed @blue;
68 .nav-tabs > .active > a {
69 background-color: @exercise-order-gray;