summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/confirmation.scss
blob: 125f495d6d4577e4d3ee03f3f14d4e833beeb10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.well-confirmation {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;

  > h1 {
    font-weight: 400;
  }

  .lead {
    margin-bottom: 20px;
  }
}

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