Add ability to display revisions

This commit is contained in:
Tom Raithel
2017-08-22 22:31:50 +02:00
parent 33e66cb6fe
commit 113858c170
17 changed files with 97 additions and 8 deletions

View File

@@ -3,4 +3,11 @@
@media (--until-sm) {
margin: 30px 0;
}
&--secondary {
margin: 10px 0;
@media (--until-sm) {
margin: 5px 0;
}
}
}

View File

@@ -4,4 +4,8 @@
color: var(--color-white);
font-size: 20px;
font-weight: normal;
&--dark {
color: var(--color-gray-light);
}
}

View File

@@ -7,4 +7,5 @@
position: relative;
vertical-align: top;
margin-top: -2px;
left: 5px;
}

View File

@@ -0,0 +1,5 @@
.item-revision {
&+.item-revision {
margin-top: 40px;
}
}