Add legislation allegations draft change page

This commit is contained in:
Martín González
2016-12-19 15:36:28 +01:00
parent daba441178
commit e8b54f3752
3 changed files with 133 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
// 05. Debate quiz
// 06. Legislation draft
// 07. Legislation allegations
// 08. Legislation changes
//
// 01. Utils
@@ -898,3 +899,51 @@
}
}
}
// 08. Legislation changes
// -----------------
.legislation-changes {
ul {
list-style: none;
margin-left: 0;
li {
margin-bottom: 1rem;
&::before {
margin-right: 0.25rem;
content: ""
}
.changes-link {
display: block;
margin-left: 1rem;
font-size: $small-font-size;
@include breakpoint(medium) {
display: inline-block;
}
a {
span {
text-decoration: underline;
}
.icon-external {
text-decoration: none;
color: #999999;
line-height: 0;
vertical-align: sub;
margin-left: 0.5rem;
}
&:active,
&:focus,
&:hover {
text-decoration: none;
}
}
}
}
}
}