feat: History - versions data

This commit is contained in:
NGPixel
2017-07-04 00:52:37 -04:00
committed by Nicolas Giard
parent 43f9a10416
commit fa1f332057
4 changed files with 68 additions and 38 deletions

View File

@@ -14,12 +14,20 @@
&-info {
background-color: mc('blue-grey', '50');
padding: 5px 15px;
padding: 5px 10px;
p {
padding: 5px 0;
font-size: 14px;
color: mc('blue-grey', '800');
&-meta {
i {
margin-right: 8px;
}
p {
padding: 5px 0;
font-size: 14px;
color: mc('blue-grey', '800');
display: flex;
align-items: center;
}
}
&-actions {