From 10ad0d925e3ed9cb5e910308df12b8b7ff6e3076 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 10 Feb 2016 13:45:13 -0200 Subject: [PATCH] Add style on Statistics section --- _statistics.sass | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+), 0 deletions(-) create mode 100644 _statistics.sass diff --git a/_statistics.sass b/_statistics.sass new file mode 100644 index 0000000..08b9768 --- /dev/null +++ b/_statistics.sass @@ -0,0 +1,36 @@ +// Statistics Block +.action-home-index #content, #content #box-organizer + .block.statistics-block + background-color: #0C763E + display: block + font-family: 'Open Sans',Arial,Helvetica,sans-serif + margin: 0 + .block-inner-2 + background-color: transparent + .block-title + display: none + .statistics-block-data + padding: 0px + text-align: center + ul + display: inline-block + list-style: none + li + color: #fff + display: inline-block + margin: 0 40px 20px 0 + text-align: center + span + display: block + .amount + font-family: 'Open Sans',Arial,Helvetica,sans-serif + font-size: 72px + font-weight: 800 + line-height: 72px + padding-bottom: 5px + .label + color: white + font-size: 200% + font-weight: normal + +//End of Statistics Block -- libgit2 0.21.2