forked from public/foundryvtt-reve-de-dragon
Ajout Aiguille Horloge
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user