From b2bba3e883d0b16847ae7cc428f4bb62915bc141 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 19:59:02 +0200 Subject: Made powered by nicer+removed debug interface --- res/css/partials/base.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'res/css/partials/base.scss') diff --git a/res/css/partials/base.scss b/res/css/partials/base.scss index d565b86d..957f9127 100644 --- a/res/css/partials/base.scss +++ b/res/css/partials/base.scss @@ -66,4 +66,12 @@ input{ } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #919095;//$mid-grey -} \ No newline at end of file +} + +.powered-by{ + position:fixed; + color: #363636;//$dark-grey + bottom:10px; + right:10px; + vertical-align: middle; +} -- cgit v1.3.1