aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index ad09853..9e299ce 100644
--- a/static/main.css
+++ b/static/main.css
@@ -24,3 +24,18 @@ nav .fa {
.login {
margin:10em auto
}
+
+p.kadoscope{
+ opacity : 0;
+ text-align : center;
+ color : #E61000;
+ font-size : 20px;
+ font-weight : bold;
+}
+
+#kadobutton{
+ background-image : url('gfx/gift.png');
+ background-repeat : no-repeat;
+ background-position : center;
+ height : 130px;
+}