Commit 10ad0d925e3ed9cb5e910308df12b8b7ff6e3076

Authored by Melissa Wen
1 parent a9326c87

Add style on Statistics section

Showing 1 changed file with 36 additions and 0 deletions   Show diff stats
_statistics.sass 0 → 100644
... ... @@ -0,0 +1,36 @@
  1 +// Statistics Block
  2 +.action-home-index #content, #content #box-organizer
  3 + .block.statistics-block
  4 + background-color: #0C763E
  5 + display: block
  6 + font-family: 'Open Sans',Arial,Helvetica,sans-serif
  7 + margin: 0
  8 + .block-inner-2
  9 + background-color: transparent
  10 + .block-title
  11 + display: none
  12 + .statistics-block-data
  13 + padding: 0px
  14 + text-align: center
  15 + ul
  16 + display: inline-block
  17 + list-style: none
  18 + li
  19 + color: #fff
  20 + display: inline-block
  21 + margin: 0 40px 20px 0
  22 + text-align: center
  23 + span
  24 + display: block
  25 + .amount
  26 + font-family: 'Open Sans',Arial,Helvetica,sans-serif
  27 + font-size: 72px
  28 + font-weight: 800
  29 + line-height: 72px
  30 + padding-bottom: 5px
  31 + .label
  32 + color: white
  33 + font-size: 200%
  34 + font-weight: normal
  35 +
  36 +//End of Statistics Block
... ...