feat(coinbase): clearer expectations on coinbase integration onboarding

This commit is contained in:
Jason Dreyzehner 2017-02-01 15:24:02 -05:00
commit c9802c1a0a
2 changed files with 16 additions and 12 deletions

View file

@ -11,31 +11,34 @@
text-align: center;
&-logo {
display: inline-block;
margin-bottom: 1em;
img {
max-width: 170px;
}
}
&-heading {
font-size: 20px;
margin: 1rem;
}
&-description {
margin-top: 0;
margin-left: 2rem;
margin-right: 2rem;
margin-bottom: 100px;
margin-bottom: 130px;
opacity: .6;
max-width: 300px;
}
&-support-link {
cursor: pointer;
}
&-cta, &-oauthform {
position: absolute;
bottom: 5vh;
width: 100%;
max-width: 350px;
}
&-oauthform {
.item {
border: 0 none;
}
.item-floating-label {
padding-left: 0;
margin-left: 1em;
margin-right: 1em;
}
input {
border-bottom: 2px solid $light-gray;
}