BigW Consortium Gitlab

confirmation.scss 315 Bytes
Newer Older
Phil Hughes committed
1 2 3 4
.well-confirmation {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;

5
  > h1, h2, h3, h4, h5, h6 {
Phil Hughes committed
6 7 8 9 10 11
    font-weight: 400;
  }

  .lead {
    margin-bottom: 20px;
  }
12 13 14 15 16 17 18 19

  ul, ol {
    padding-left: 0;
  }

  li {
    list-style-type: none;
  }
Phil Hughes committed
20 21 22 23 24 25 26
}

.confirmation-content {
  a {
    color: $md-link-color;
  }
}