diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
| commit | b2bba3e883d0b16847ae7cc428f4bb62915bc141 (patch) | |
| tree | f957c7d2285a55b4240ef384e1e21bb8877603ab /res/css/partials/base.scss | |
| parent | 6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 (diff) | |
Made powered by nicer+removed debug interface
Diffstat (limited to 'res/css/partials/base.scss')
| -rw-r--r-- | res/css/partials/base.scss | 10 |
1 files changed, 9 insertions, 1 deletions
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; +} |
