WIP CSS cleanup (some things broken atm)

This commit is contained in:
David Ralph
2020-12-05 16:25:49 +00:00
parent 88e54ad26a
commit 11b82fe944
14 changed files with 59 additions and 202 deletions

View File

@@ -14,11 +14,10 @@
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: 1px solid map-get($theme-colours, 'main');
}
.react-clock__hand__body {
background: map-get($theme-colours, "main");
;
background: map-get($theme-colours, 'main');
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}