diff options
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; +} |
