summaryrefslogtreecommitdiff
path: root/land-and-freedom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r--land-and-freedom.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/land-and-freedom.scss b/land-and-freedom.scss
index ec183e5..4447e4c 100644
--- a/land-and-freedom.scss
+++ b/land-and-freedom.scss
@@ -354,6 +354,19 @@ main {
}
}
+.initiative_token {
+ width: 47px;
+ height: 47px;
+ background-size: cover;
+ background-repeat: no-repeat;
+ margin-right: auto;
+ background-image: url('images/initiative_clockwise.png');
+}
+
+.initiative_token[data-year='2'] {
+ background-image: url('images/initiative_counter_clockwise.png');
+}
+
.medallion {
width: 47px;
height: 47px;