style: more codacy fixes

This commit is contained in:
David Ralph
2021-04-16 12:39:51 +01:00
parent 1ac6f418bf
commit cae2c5ef71
22 changed files with 72 additions and 73 deletions

View File

@@ -22,11 +22,12 @@
user-select: none;
}
.react-clock__hand__body, .react-clock__mark__body {
.react-clock__hand__body,
.react-clock__mark__body {
background: map-get($theme-colours, 'main') !important;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.clock-container {
margin-top: 13px;
}
}

View File

@@ -3,4 +3,4 @@
user-select: none;
text-transform: capitalize;
font-weight: bold;
}
}