[:.info-row (merge high-row { :border-bottom (str "1px " theme-white " solid") })]
is there a way to re-use styles nicely?
[:.info-row { :extend high-row :border-bottom (str "1px " theme-white " solid") }]
like that maybe?