From e2b0804ebb1b7604c3e77f558fa5e3e0d0d3ccf2 Mon Sep 17 00:00:00 2001
From: Artur Paikin
Date: Mon, 13 Mar 2017 11:58:07 -0400
Subject: [PATCH] Stats text and styles
---
website/themes/uppy/layout/stats.ejs | 4 ++--
website/themes/uppy/source/css/_page.scss | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/website/themes/uppy/layout/stats.ejs b/website/themes/uppy/layout/stats.ejs
index 034d04d89..20794f1c1 100644
--- a/website/themes/uppy/layout/stats.ejs
+++ b/website/themes/uppy/layout/stats.ejs
@@ -40,8 +40,8 @@
when you pick and choose just the ones you need, the size will be much smaller:
- - Drag & Drop + Multipart uploads ≈
18 Kb mingz
- - Full-featured Dashboard with image previews and progress indicators + tus resumable uploader ≈
36 Kb mingz
+ - Drag & Drop + Multipart uploades ≈
18 Kb mingz
+ - Full-featured Dashboard with image previews and progress indicators + tus resumable uploades ≈
36 Kb mingz
diff --git a/website/themes/uppy/source/css/_page.scss b/website/themes/uppy/source/css/_page.scss
index 322490ba8..128f5f41f 100644
--- a/website/themes/uppy/source/css/_page.scss
+++ b/website/themes/uppy/source/css/_page.scss
@@ -236,11 +236,13 @@
a {
color: $color-primary;
+ transition: all .2s;
// font-weight: 600;
}
a:hover {
- text-decoration: underline;
+ color: darken($color-primary, 10%);
+ // text-decoration: underline;
}
.post blockquote,
@@ -248,6 +250,7 @@
margin: 1.6em 0;
padding-left: 15px;
border-left: 4px solid $color-primary;
+
p {
font-weight: 600;
margin-left: 0;