fix: style fixes and custom background video support for upload file

This commit is contained in:
David Ralph
2021-04-12 14:56:23 +01:00
parent cc341300b4
commit fbe6e040ea
16 changed files with 123 additions and 136 deletions

View File

@@ -3,6 +3,8 @@
.clock {
font-size: 4em;
margin: 0;
cursor: initial;
user-select: none;
}
.ampm {
@@ -16,6 +18,8 @@
box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
border: none !important;
border: 1px solid map-get($theme-colours, 'main') !important;
cursor: initial;
user-select: none;
}
.react-clock__hand__body, .react-clock__mark__body {