Layout fixes for contrib plugins styles

stable
Xavier Julián 2015-09-15 15:41:57 +02:00
parent 554685f34b
commit a48a8d77c7
1 changed files with 13 additions and 8 deletions

View File

@ -4,26 +4,31 @@
max-width: 700px; max-width: 700px;
width: 100%; width: 100%;
} }
h2 {
@extend %text;
@extend %large;
margin-bottom: 0;
}
fieldset { fieldset {
border-bottom: 1px solid $whitish;
margin-bottom: 1rem; margin-bottom: 1rem;
padding-bottom: 1rem;
} }
.contrib-input { .contrib-input {
flex: 1; flex: 1;
} }
.contrib-test { .contrib-test {
align-items: flex-end; align-items: center;
display: flex; display: flex;
flex-basis: 7.5rem; flex-basis: 7.5rem;
justify-content: center;
margin-left: .5rem; margin-left: .5rem;
text-align: center; text-align: center;
a {
padding: .6rem 2.5rem;
}
} }
label { label {
@extend %title; @extend %text;
display: block; display: block;
margin-bottom: .2rem; margin-bottom: .25rem;
} }
.contrib-form-wrapper { .contrib-form-wrapper {
display: flex; display: flex;
@ -56,10 +61,10 @@
} }
.check-item { .check-item {
align-items: center; align-items: center;
border-bottom: 1px solid $whitish; // border-bottom: 1px solid $whitish;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-top: 2rem; margin-top: 1rem;
&:last-child { &:last-child {
border-bottom: 0; border-bottom: 0;
} }