WIP Sync contributions

This commit is contained in:
2020-05-29 13:13:21 +02:00
parent eb2c613ac9
commit 63dd5430bc
12 changed files with 129 additions and 32 deletions
@@ -1,4 +1,5 @@
table.contributor-list {
position: relative;
width: 100%;
border-collapse: collapse;
margin-bottom: 1.5rem;
@@ -48,4 +49,11 @@ table.contributor-list {
}
}
}
&.loading {
@include loading-border-top;
&::before {
position: absolute;
}
}
}