Removes dashboard poster css file

This commit is contained in:
decabeza
2018-10-17 01:11:11 +02:00
parent bc6a02788a
commit 35dca0a17a
2 changed files with 0 additions and 82 deletions

View File

@@ -7,7 +7,6 @@
@import 'layout';
@import 'participation';
@import 'pages';
@import 'dashboard_poster_pdf';
@import 'dashboard';
@import 'legislation';
@import 'legislation_process';

View File

@@ -1,81 +0,0 @@
.dashboard-poster-pdf {
.header {
background-color: #3700fd;
color: #fff;
padding: 40pt 40pt 80pt;
margin-bottom: 0;
border-bottom: 0;
h1 {
font-size: 40pt;
color: #dcf5fe;
}
h2 {
font-size: 40pt;
}
p {
text-align: justify;
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 40pt;
font-size: 18pt;
}
.image-caption {
margin-bottom: 0;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 18pt;
}
}
.proposal-image {
display: block;
margin-top: -75pt;
margin-bottom: 40pt;
img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
h3 {
display: block;
width: 60%;
margin-left: auto;
margin-right: auto;
font-size: 18pt;
font-weight: bold;
color: #505050;
}
.proposal-title {
display: block;
font-size: 40pt;
font-weight: bold;
text-align: left;
margin-left: auto;
margin-right: auto;
color: #3800ff;
width: 60%;
margin-bottom: 40pt;
}
.poster-footer {
font-size: 15pt;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
padding-left: 10pt;
border-left: 1pt solid #a9a9a9;
text-align: left;
}
}