From 23f6451d4a2c8b903b410b2cc696c76f78559dae Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 13 Apr 2017 20:49:52 +0200 Subject: eh17 style & config --- configs/conferences/eh17/main.less | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 configs/conferences/eh17/main.less (limited to 'configs/conferences/eh17/main.less') diff --git a/configs/conferences/eh17/main.less b/configs/conferences/eh17/main.less new file mode 100644 index 0000000..a2fd102 --- /dev/null +++ b/configs/conferences/eh17/main.less @@ -0,0 +1,48 @@ +@import "../../../assets/css/_structure.less"; + +@orange: #D28A0D; +@grey-lighter: #333333; +@grey-darker: #2a2a2a; +@grey-light: #c1c1c1; + + +@brand-primary: @orange; + + +@well-bg: @grey-lighter; + +@navbar-default-bg: @grey-darker; + +@btn-default-bg: @grey-light; + + +@panel-default-heading-bg: @grey-darker; +@panel-default-text: @orange; + +@panel-bg: @grey-lighter; + + +body { + background-color: @grey-darker; + color: @grey-light; +} + +.overview .panel-title { + font-weight: bold; +} + + +.bunny { + background-image: url(bunny.svg); + + position: absolute; + right: 30px; + bottom: 0; + + width: 218px; + height: 400px; + + @media (max-width: @screen-sm-min) { + display: none; + } +} -- cgit v1.2.3