event timeline
This commit is contained in:
commit
fc1a929428
53 changed files with 806 additions and 0 deletions
39
app/static/css/partials/_layout.scss
Normal file
39
app/static/css/partials/_layout.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.intro,
|
||||
.postscript,
|
||||
.event {
|
||||
border-bottom: 1px solid black;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
p {
|
||||
}
|
||||
|
||||
.campaigns {
|
||||
color:#1abc9c;
|
||||
}
|
||||
.places {
|
||||
color:#f39c11;
|
||||
}
|
||||
.actions {
|
||||
color:#ff00cc;
|
||||
}
|
||||
.council{
|
||||
color:#3399cc;
|
||||
}
|
||||
.event .side-by-side {
|
||||
display: flex;
|
||||
|
||||
}
|
||||
.media, .text {
|
||||
width: 50%;
|
||||
padding: 8px;
|
||||
}
|
||||
.media iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.media img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue