mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
more cleanup and fixes
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
font-size: 0.95em;
|
||||
cursor: default;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user