stub out channel mapping

This commit is contained in:
Luke Pulverenti 2016-06-08 01:24:25 -04:00
parent 36a0eb43e4
commit a2dbad16f4
21 changed files with 160 additions and 105 deletions

View file

@ -643,22 +643,26 @@ progress {
height: 16px;
}
.supporterPromotion {
margin: 1em 0;
.supporterPromotionContainer {
margin: 0 0 2em;
}
@media all and (min-width: 800px) {
.supporterPromotion:not(.inlineSupporterPromotion) {
position: absolute;
top: 110px;
right: 20px;
margin: 0;
.supporterPromotionContainer {
display: flex;
flex-direction: row-reverse;
}
.inlineSupporterPromotion {
display: inline-block;
.supporterPromotion {
text-align: center;
padding: 0 2em;
}
.supporterPromotion button {
padding-left: 2em;
padding-right: 2em;
}
}
.nativeApp *:not(input):not(select):not(textarea) {