Link styling tweaks
This commit is contained in:
parent
6c486e9296
commit
c30c645a0b
5 changed files with 48 additions and 5 deletions
|
@ -34,6 +34,23 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
a.tickets,
|
||||
a.submit {
|
||||
@include button;
|
||||
display: inline-block;
|
||||
font-size: 1.2rem;
|
||||
margin: 0 0.5rem 0.5rem;
|
||||
padding: 0.8rem 1.6rem;
|
||||
}
|
||||
|
||||
a.tickets {
|
||||
background-color: $dcb-purple;
|
||||
}
|
||||
}
|
||||
|
||||
#block-dcbschedule {
|
||||
|
|
Reference in a new issue