2019-09-11 07:14:48 -04:00
|
|
|
|
2019-09-11 07:52:04 -04:00
|
|
|
.discourse-patrons-section-columns {
|
2019-09-11 07:14:48 -04:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
@include breakpoint(medium) {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-column {
|
|
|
|
min-width: calc(50% - 0.5em);
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint(medium) {
|
|
|
|
min-width: 100%;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#card-element{
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
|
|
|
|
2019-09-11 07:52:04 -04:00
|
|
|
.discourse-patrons-section-columns {
|
2019-09-11 07:14:48 -04:00
|
|
|
margin: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
border: 1px $primary-low-mid solid;
|
|
|
|
background-color: $primary-low;
|
|
|
|
}
|
|
|
|
|
|
|
|
#card-action {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
2019-09-11 07:52:04 -04:00
|
|
|
.discourse-patrons-confirmation {
|
2019-09-11 07:14:48 -04:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|