gitlab-org--gitlab-foss/app/assets/stylesheets/pages/confirmation.scss
2016-04-21 20:20:09 -04:00

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