debian-mirror-gitlab/app/assets/stylesheets/pages/confirmation.scss
2016-06-02 11:05:42 +05:30

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