1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-23 17:56:28 +02:00
onion/sass/whitelabel/prize/portfolioreview/portfolioreview_custom_style.scss

47 lines
782 B
SCSS
Raw Normal View History

.client--portfolioreview {
padding-top: 20px !important;
.register-piece--hero {
text-align: center;
h1, h2 {
font-variant: small-caps;
}
h1 {
font-size: 5em;
color: #757575;
}
h2 {
font-size: 1.25em;
}
p {
margin-bottom: 0;
}
p + p {
margin-top: 0;
}
p:last-child {
margin-bottom: 1.5em;
}
2015-11-09 10:35:23 +01:00
}
.register-piece--form {
form {
border-top: none;
}
2015-11-09 10:35:23 +01:00
form:first-child {
border-bottom: none;
}
form + form, form:last-child {
border-bottom: 1px solid rgba(0, 0, 0, .05);
}
}
}