add splash screen for deliverME

This commit is contained in:
Bilal
2020-06-30 19:41:02 +02:00
parent e49498bbbf
commit ba985b0af6
8 changed files with 137 additions and 4 deletions

View File

@@ -427,3 +427,12 @@ a[data-behavior=seekable-timecode] {
width: 308px;
height:308px;
}
// Add checkmark before list item
#checkmark-list > li {
list-style: none;
margin-left: -1em;
}
#checkmark-list > li:before {
content: '\2713\0020';
}