Switch to Tailwind

This commit is contained in:
Oliver Davies 2017-11-09 22:44:30 +00:00
parent 3a8d5362f2
commit 0d4fd40873
35 changed files with 1128 additions and 293 deletions

View file

@ -1,2 +1,2 @@
<i class="mr1 fa fa-thumbs-o-up orange"></i>
<i class="mr-1 fa fa-thumbs-o-up text-orange"></i>
Currently have limited {{ type }}-time capacity.

View file

@ -1,2 +1,2 @@
<i class="mr1 fa fa-thumbs-o-down dark-red"></i>
<i class="mr-1 fa fa-thumbs-o-down text-red-dark"></i>
Currently no spare {{ type }}-time capacity.

View file

@ -1,2 +1,2 @@
<i class="mr1 fa fa-thumbs-o-up dark-green"></i>
<i class="mr-1 fa fa-thumbs-o-up text-green-dark"></i>
Currently have available {{ type }}-time capacity.