From f4bcce58ff6ec10a32b3c16730fe45702792e051 Mon Sep 17 00:00:00 2001 From: monster010Bot Date: Fri, 27 Jan 2017 14:03:06 +0100 Subject: [PATCH] Updated to support various sizes --- dist/starrr.css | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/dist/starrr.css b/dist/starrr.css index 36adbf9..89eb61d 100644 --- a/dist/starrr.css +++ b/dist/starrr.css @@ -1,7 +1,33 @@ .starrr { - display: inline-block; } - .starrr i { - font-size: 16px; - padding: 0 1px; - cursor: pointer; - color: #FFD119; } + display: inline-block; +} + +.starrr a { + font-size: 16px; + padding: 0 1px; + cursor: pointer; + color: #FFD119; + text-decoration: none; +} + +.starrr-lg a { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} + +.starrr-2x a { + font-size: 2em; +} + +.starrr-3x a { + font-size: 3em; +} + +.starrr-4x a { + font-size: 4em; +} + +.starrr-5x a { + font-size: 5em; +}