aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/unteilbar18
diff options
context:
space:
mode:
authorDaniel Molkentin2018-10-13 14:30:45 +0200
committerDaniel Molkentin2018-10-13 14:30:45 +0200
commit0e198beb7550ff3382f54ec4355b28e857c3d89e (patch)
tree53c865803ef615fcaac32b48842f34b96ef78337 /configs/conferences/unteilbar18
parent42e98441c62ddd6d1d80ef68bb31009d64d0c545 (diff)
unteilbar18: neutrale Farben
Diffstat (limited to 'configs/conferences/unteilbar18')
-rw-r--r--configs/conferences/unteilbar18/main.less44
1 files changed, 10 insertions, 34 deletions
diff --git a/configs/conferences/unteilbar18/main.less b/configs/conferences/unteilbar18/main.less
index e43c9ca..8b346fc 100644
--- a/configs/conferences/unteilbar18/main.less
+++ b/configs/conferences/unteilbar18/main.less
@@ -1,14 +1,5 @@
@import "../../../assets/css/_structure.less";
-@green: #2f5361;
-
-@brand-primary: darken(@green, 20%);
-
-@link-color: #02a892;
-@panel-primary-border: white;
-
-@text-color: white;
-
@font-face {
font-family: 'Source Sans Pro Light';
font-style: normal;
@@ -22,35 +13,20 @@
url('SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'); /* Legacy iOS */
}
-body {
- background-color: @green;
-}
-
-footer {
- background-color: white;
-
- color: @link-color;
- a {
- color: @link-color;
- &:hover {
- text-decoration: underline;
- color: @link-color;
- }
- }
-}
body {
padding-bottom: 170px + 30px + 30px + 60px;
position: relative;
}
-.logo {
- background: url('logo.svg') no-repeat center;
- height: 170px;
- position: absolute;
- bottom: 30px + 25px;
- z-index: -100;
+//.logo {
+// background: url('logo.svg') no-repeat center;
+// height: 170px;
+// position: absolute;
+// bottom: 30px + 25px;
+// z-index: -100;
+//
+// left: 0;
+// right: 0;
+//}
- left: 0;
- right: 0;
-}