Sha256: f06862803035b4da88448dedc0c2c4bcddbc740ad21edd1d7e9215028c2fae1c

Contents?: true

Size: 1.55 KB

Versions: 2

Compression:

Stored size: 1.55 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
    }
  }

  #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;
      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;
        }
      }
    }
  }
}

#calculation-explanation {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #42474e;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
woople-theme-0.6.1 app/assets/stylesheets/woople-theme/dashboard/base.css.less
woople-theme-0.6 app/assets/stylesheets/woople-theme/dashboard/base.css.less