more cleanup and fixes

This commit is contained in:
David Ralph
2020-12-06 12:55:42 +00:00
parent e25f48cb14
commit 3fec08a492
8 changed files with 30 additions and 65 deletions

View File

@@ -2,4 +2,5 @@
position: absolute;
bottom: 0;
font-size: 0.95em;
cursor: default;
}

View File

@@ -14,10 +14,11 @@
margin: 0 auto;
border-radius: 100%;
box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
border: 1px solid map-get($theme-colours, 'main');
border: none !important;
border: 1px solid map-get($theme-colours, 'main') !important;
}
.react-clock__hand__body {
background: map-get($theme-colours, 'main');
background: map-get($theme-colours, 'main') !important;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}