summaryrefslogtreecommitdiffhomepage
path: root/cards/card.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cards/card.rb')
-rw-r--r--cards/card.rb24
1 files changed, 24 insertions, 0 deletions
diff --git a/cards/card.rb b/cards/card.rb
index db2e354..3d76d22 100644
--- a/cards/card.rb
+++ b/cards/card.rb
@@ -241,6 +241,20 @@ class Card
height 48.px
width 48.px
end
+ rule '.greater_icon' do
+ background color: :black
+ padding '12px 0px 0px 12px'
+ font size: 30.px
+ height 48.px
+ width 48.px
+ end
+ rule '.lesser_icon' do
+ background color: :black
+ padding '12px 0px 0px 12px'
+ font size: 30.px
+ height 48.px
+ width 48.px
+ end
rule '.face_icon' do
background color: :black
#padding '12px 0px 0px 12px'
@@ -384,6 +398,16 @@ class Card
"🎭"
end
end
+ if action.symbol.include? :greater
+ _.span.icon.greater_icon do
+ "âž•"
+ end
+ end
+ if action.symbol.include? :lesser
+ _.span.icon.lesser_icon do
+ "âž–"
+ end
+ end
end
_.div.action_detail do
_.markdown <<-MD