mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Clean Up the Contributing Documentation and Process: Part VII.LXVI.III
* Fix the errors that popped up out of the blue from Stylelint.
This commit is contained in:
parent
0ca903a146
commit
5ab4b57411
@ -1,9 +1,3 @@
|
||||
#analog {
|
||||
}
|
||||
|
||||
#digital {
|
||||
}
|
||||
|
||||
.clockCircle {
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
@ -16,7 +10,7 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.clockFace:after {
|
||||
.clockFace::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@ -31,6 +25,7 @@
|
||||
|
||||
.clockHour {
|
||||
width: 0;
|
||||
|
||||
height: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -67,7 +62,7 @@
|
||||
left: 50%;
|
||||
margin: -38% -1px 0 0; /* numbers must match negative length & thickness */
|
||||
padding: 38% 1px 0 0; /* indicator length & thickness */
|
||||
background: #888888;
|
||||
background: #888;
|
||||
-webkit-transform-origin: 50% 100%;
|
||||
-ms-transform-origin: 50% 100%;
|
||||
transform-origin: 50% 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user