Added button AMP styles

This commit is contained in:
Peter Zimon 2021-11-18 17:54:29 +01:00
parent 80d5f89382
commit 7892bc9dfe

View File

@ -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;