mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
WIP CSS cleanup (some things broken atm)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user