stub out channel mapping
This commit is contained in:
parent
36a0eb43e4
commit
a2dbad16f4
21 changed files with 160 additions and 105 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue