grav/themes/quark-open-publishing/css/custom.css

41 lines
565 B
CSS

.upcoming_events {
background-color: #fa8785;
border-radius: 8px;
padding-left: 1.5em;
padding-top: 1.5em;
padding-right: .5em;
padding-bottom: 1.5em;
margin-bottom: 3em;
max-width: 19.5vw;
min-width:5vw;
}
.upcoming_events > h3 {
margin-top: 0px;
}
.event-item {
margin-bottom: 1.3em;
}
.events-list {
list-style: none;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.events-list > .event-item-separator {
display: none;
}
.events-list > li > span {
font-size: .6em;
}
.events-list > li > a {
font-size: .5em;
color: #1d66bf;
}