1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/ascribe_form.scss
Brett Sun cb972eb448 Add consign error to market white labels
Can you beliebe? Magical 100th commit.
2015-12-04 18:30:45 +01:00

34 lines
549 B
SCSS

.ascribe-form-bordered {
border: 1px solid #f5f5f5;
}
.ascribe-form-header {
background-color: white;
margin-bottom: 0;
padding-bottom: 0;
> h3 {
color: #616161;
margin-bottom: 0;
margin-top: 0;
padding: .75em 0 .75em 1em;
}
}
.ascribe-form-wrapper {
margin: 0 auto;
max-width: 600px;
width: 80%;
@media (max-width: 550px) {
width: 100%;
}
}
.ascribe-form-error-popup {
.error-popup-content {
margin-bottom: 30px;
margin-top: 20px;
}
}