Add legislation draft comment page

This commit is contained in:
Martín González
2016-12-19 17:03:59 +01:00
parent b35659086a
commit 3c3a779f9f
5 changed files with 146 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
// 07. Legislation allegations
// 08. Legislation changes
// 09. Legislation comments
// 10. Legislation draft comment
//
// 01. Utils
@@ -996,3 +997,51 @@
}
}
}
// 10. Legislation draft comment
// -----------------
.legislation-comment {
.pull-right {
float: right;
}
.comment-section {
background: #FAFAFA;
padding: 1rem;
border: 1px solid #DEE0E3;
margin-top: 0.25rem;
margin-bottom: 1rem;
}
.comment {
margin-bottom: 3rem;
a {
span {
text-decoration: underline;
}
.icon-expand,
.icon-comments {
text-decoration: none;
color: #999999;
line-height: 0;
}
.icon-expand {
margin-left: 0.25rem;
}
.icon-comments {
margin-right: 0.25rem;
}
&:active,
&:focus,
&:hover {
text-decoration: none;
}
}
}
}