// main: ga-fabricfarm.less .fabricfarm-guide { ul li, p {line-height:150%;} .tab-content { h5 {font-size:18px;} .tab-pane { .thumbnail { position: relative; padding: 0px; margin-bottom: 20px; } .thumbnail img { width: 100%; } .thumbnail h4 { margin-top: 10px; font-size: 17px; } h4 { font-size: 24px; margin-top: 40px; } h5 { font-size: 15px; margin-top: 20px; } .emphasis { color: #ff3300; } } &.fabric-guide { img { max-width: 100%; margin-bottom: 15px; } /* .circle-pane { .col-xs-2 { .dummy { margin-top: 100%; } .circle { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: calc(~"100% - 30px"); margin-left: 15px; color: #fff; background-color: #4A4A4A; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; &> h5 { font-size: 18px; } &> p { font-size: 16px; } } } } */ } } .table-bg-sample { background:@table-bg-sample; font-weight: bold; } .table-bg-total { background:@table-bg-total; font-weight: bold; } } /* Media Queries */ @media (max-width: 767px) { } @media (min-width: 768px) { } @media (min-width: 992px) { }