diff --git a/core/frontend/apps/amp/lib/views/amp.hbs b/core/frontend/apps/amp/lib/views/amp.hbs index f51eb3b635..77c553bfd1 100644 --- a/core/frontend/apps/amp/lib/views/amp.hbs +++ b/core/frontend/apps/amp/lib/views/amp.hbs @@ -530,6 +530,37 @@ color: #222; } + .kg-button-card { + display: flex; + position: static; + align-items: center; + width: 100%; + justify-content: center; + } + + .kg-btn { + display: flex; + position: static; + align-items: center; + padding: 0 2.0rem; + height: 4.0rem; + line-height: 4.0rem; + font-size: 1.65rem; + font-weight: 600; + text-decoration: none; + border-radius: 5px; + transition: opacity 0.2s ease-in-out; + } + + .kg-btn:hover { + opacity: 0.85; + } + + .kg-btn-accent { + background-color: var(--ghost-accent-color, #1292EE); + color: #fff; + } + .kg-width-full.kg-card-hascaption { display: grid; grid-template-columns: inherit;