From 0e198beb7550ff3382f54ec4355b28e857c3d89e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 13 Oct 2018 14:30:45 +0200 Subject: unteilbar18: neutrale Farben --- configs/conferences/unteilbar18/main.less | 44 +++++++------------------------ 1 file changed, 10 insertions(+), 34 deletions(-) (limited to 'configs') 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; -} -- cgit v1.2.3