Ajout Aiguille Horloge

This commit is contained in:
2023-03-08 22:33:23 +01:00
parent 77cf72a752
commit 0c11013694
6 changed files with 97 additions and 6 deletions

View File

@ -907,7 +907,15 @@ div.astro-roue div.astro-disque {
width: calc(100% - 5rem);
height: calc(100% - 5rem);
}
div.astro-roue div.astro-disque img { border: none; }
div.astro-roue div.astro-horloge {
position: absolute;
border: none;
top: calc(50% - 3.5rem);
left: calc(50% - 3.5rem);
width: calc(100% - 6rem);
height: calc(100% - 6rem);
}
div.astro-roue div:is(.astro-disque,.astro-horloge) img { border: none; }
div.astro-roue div.astro-heure img.astro-heure-img {
width: 2rem;
height: 2rem;