Simon Bruder
1e7f5f20b9
All checks were successful
continuous-integration/drone/push Build is passing
66 lines
959 B
CSS
66 lines
959 B
CSS
@import "../_assets/reveal.js/dist/theme/black.css";
|
||
@import "../_assets/fonts/Rajdhani/index.css";
|
||
@import "../_assets/styles/quote.css";
|
||
|
||
.reveal h1,
|
||
.reveal h2,
|
||
.reveal h3,
|
||
.reveal h4,
|
||
.reveal h5,
|
||
.reveal h6,
|
||
.reveal {
|
||
font-family: "Rajdhani", sans-serif;
|
||
}
|
||
|
||
.reveal td {
|
||
vertical-align: top;
|
||
}
|
||
|
||
.election-results {
|
||
height: 500px;
|
||
margin: 0 auto !important;
|
||
padding: 10px 50px 30px 50px !important;
|
||
background: #e8d499;
|
||
color: #3e3e3e;
|
||
}
|
||
|
||
.election-results .bars,
|
||
.election-results .legend {
|
||
display: flex;
|
||
}
|
||
|
||
.election-results .year {
|
||
height: 10%;
|
||
}
|
||
|
||
.election-results .bars {
|
||
height: 85%;
|
||
}
|
||
|
||
.election-results .legend {
|
||
height: 5%;
|
||
}
|
||
|
||
.bar {
|
||
flex: 1;
|
||
align-self: flex-end;
|
||
transition: all .2s ease;
|
||
}
|
||
|
||
.legend-item {
|
||
flex: 1;
|
||
font-size: 0.7em !important;
|
||
}
|
||
|
||
.legend-item .result::after {
|
||
content: ' %';
|
||
}
|
||
|
||
.legend-item .party::after {
|
||
content: ': ';
|
||
}
|
||
|
||
div.slides section:last-child section {
|
||
font-size: 0.75em;
|
||
}
|