summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-26 14:19:59 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:37 +0100
commitb70375e04932054cda790e6f0f125e2fca5a7500 (patch)
tree94f999de4517f0042e00e0d9ef8a4e5b4e03b0f7 /play.html
parent0a8867f72ea12f351f11a60bba4e873506fd41a8 (diff)
downloadnevsky-b70375e04932054cda790e6f0f125e2fca5a7500.tar.gz
Calendar layout.
Diffstat (limited to 'play.html')
-rw-r--r--play.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/play.html b/play.html
index ee0afcb..94453d4 100644
--- a/play.html
+++ b/play.html
@@ -705,12 +705,17 @@ body.shift .mustered_vassals {
/* PIECES */
-#legate, .cylinder, .service_marker, .marker {
+#legate, .cylinder, .marker {
transition-property: top, left;
transition-duration: 700ms;
transition-timing-function: ease;
}
+.service_marker {
+ transition-property: top, left;
+ transition-duration: 100ms;
+}
+
#legate {
position: absolute;
width: 32px;