aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/occon18/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/occon18/main.less')
-rw-r--r--configs/conferences/occon18/main.less20
1 files changed, 0 insertions, 20 deletions
diff --git a/configs/conferences/occon18/main.less b/configs/conferences/occon18/main.less
deleted file mode 100644
index add6561..0000000
--- a/configs/conferences/occon18/main.less
+++ /dev/null
@@ -1,20 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-body {
- background: url(bg.jpg) no-repeat top left;
- background-attachment: fixed;
- background-position: 0px 50px;
-}
-
-.logo {
- background: url('logo.svg') no-repeat center;
- height: 170px;
- position: absolute;
- bottom: 30px + 25px;
- z-index: -100;
-
- left: 0;
- right: 0;
-}
-
-@text-color: white;