alex-agency/AMHub

View on GitHub
src/app/home/home.less

Summary

Maintainability
Test Coverage
.jumbotron {
  margin: 40px 0 0px 0;
  text-align: left;

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1;
  }

  .lead {
    font-size: 24px;
    line-height: 1.25;
  }

  .btn {
    padding: 14px 24px;
  }
}

section {
  padding-top: 30px;
}

.table {
  margin-bottom: 0px;
  li {
    list-style: none;
  }
  thead {
    a {
      text-decoration: none;
      color:inherit;
    }
  }
}

.marketing {
  .row {
    margin-bottom: 10px;
  }

  .row:last-child {
    margin-bottom: 0;
  }
  
  h4 [class*=" icon-"], h4 [class^="icon-"] {
    margin-right: 5px;
    vertical-align: -10%;
    font-size: 28px;
    line-height: 1;
  }
}