Add legislation draft comments page

This commit is contained in:
Martín González
2016-12-19 16:48:03 +01:00
parent e8b54f3752
commit b35659086a
2 changed files with 158 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
// 06. Legislation draft
// 07. Legislation allegations
// 08. Legislation changes
// 09. Legislation comments
//
// 01. Utils
@@ -924,7 +925,7 @@
display: inline-block;
}
a {
a {
span {
text-decoration: underline;
}
@@ -947,3 +948,51 @@
}
}
}
// 09. Legislation comments
// -----------------
.legislation-comments {
.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;
}
}
}
}