add icon buttons, misc styling on venue pages
This commit is contained in:
@ -126,31 +126,6 @@ img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
button,
|
||||
.button {
|
||||
display: inline-block;
|
||||
border-radius: 10rem;
|
||||
background: var(--color-cta-background);
|
||||
color: var(--color-cta-text);
|
||||
border: none;
|
||||
padding: .5rem 1rem;
|
||||
margin: 0 0 .5rem;
|
||||
font-family: var(--font-main);
|
||||
font-size: var(--font-size-body);
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
transition: opacity var(--transition-easing);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: var(--font-serif);
|
||||
font-size: 2.8rem;
|
||||
|
Reference in New Issue
Block a user