Add contrib slack styles
parent
5c27d42cab
commit
c0f77374ee
|
@ -4,23 +4,31 @@
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
input,
|
|
||||||
textarea {
|
|
||||||
@extend %title;
|
|
||||||
}
|
|
||||||
fieldset {
|
fieldset {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
.contrib-input {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.contrib-test {
|
||||||
|
flex-basis: 7.5rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
margin-left: .5rem;
|
||||||
|
text-align: center;
|
||||||
|
a {
|
||||||
|
padding: 0.6rem 2.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
@extend %title;
|
@extend %title;
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: .2rem;
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
textarea {
|
.contrib-form-wrapper {
|
||||||
height: 10rem;
|
display: flex;
|
||||||
}
|
}
|
||||||
.button-green {
|
.submit-button {
|
||||||
color: $white;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue