18 lines
219 B
SCSS
18 lines
219 B
SCSS
.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;
|
|
}
|
|
}
|