add CTA's
This commit is contained in:
committed by
Benedikt Rötsch
parent
ceca213bfe
commit
1875c99a4c
@@ -148,3 +148,14 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cta {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
padding: 0.5em 2em;
|
||||
color: var(--cta-color);
|
||||
background: var(--cta-bg);
|
||||
border-radius: var(--cta-radius);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user