2017-01-31 19:31:16 -05:00
|
|
|
@import "coinbase";
|
|
|
|
|
@import "glidera";
|
|
|
|
|
@import "amazon";
|
|
|
|
|
|
2017-02-01 16:58:24 -05:00
|
|
|
#coinbase, #glidera {
|
|
|
|
|
.button-small {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-31 19:31:16 -05:00
|
|
|
.integration-onboarding {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
&-logo {
|
|
|
|
|
display: inline-block;
|
2017-02-01 15:24:02 -05:00
|
|
|
margin-bottom: 1em;
|
2017-01-31 19:31:16 -05:00
|
|
|
img {
|
|
|
|
|
max-width: 170px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&-description {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-left: 2rem;
|
|
|
|
|
margin-right: 2rem;
|
2017-02-01 15:24:02 -05:00
|
|
|
margin-bottom: 130px;
|
2017-01-31 19:31:16 -05:00
|
|
|
opacity: .6;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
}
|
|
|
|
|
&-cta, &-oauthform {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 5vh;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
&-oauthform {
|
2017-02-01 15:24:02 -05:00
|
|
|
.item {
|
|
|
|
|
border: 0 none;
|
|
|
|
|
}
|
|
|
|
|
.item-floating-label {
|
|
|
|
|
padding-left: 0;
|
2017-02-02 19:19:55 -05:00
|
|
|
margin-left: 2em;
|
|
|
|
|
margin-right: 2em;
|
2017-02-01 15:24:02 -05:00
|
|
|
}
|
2017-01-31 19:31:16 -05:00
|
|
|
input {
|
2017-02-23 16:46:41 -05:00
|
|
|
border-bottom: 2px solid $v-light-gray;
|
2017-01-31 19:31:16 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|