ajout pose et logos
This commit is contained in:
@@ -265,3 +265,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ============================================================
|
||||
// PAUSE OVERLAY — replace default Foundry spinner with system logo
|
||||
// ============================================================
|
||||
#pause {
|
||||
img {
|
||||
animation: none;
|
||||
width: 260px;
|
||||
height: auto;
|
||||
filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.8));
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-family: @font-primary;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
color: @color-gold;
|
||||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 1px 1px 2px #000;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user