mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Added button AMP styles
This commit is contained in:
parent
80d5f89382
commit
7892bc9dfe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user