Skip to content

Instantly share code, notes, and snippets.

@konami99
konami99 / event.css
Last active February 26, 2024 11:31
Responsive Grid Layout.css
.dashboard-event-tile {
display: grid;
// small screen
grid-template-rows: 1fr auto auto;
grid-template-columns: 4.375rem 1fr;
// medium screen
@media screen and (min-width: 45rem) {
grid-template-rows: 1fr auto auto;
.dashboard-event-tile {
display: grid;
// small screen
grid-template-areas: "image content"
"image content"
". meta";
// medium screen
@media screen and (min-width: 45rem) {
const tokenizationSpecification = {
type: 'PAYMENT_GATEWAY',
parameters: {
'gateway': 'fatzebra',
'gatewayMerchantId': "#{campaign.greenpay_googlepay_mid}"
}
};
const allowedPaymentMethods = [{
type: "CARD",