diff options
author | MaZderMind | 2017-04-13 20:49:52 +0200 |
---|---|---|
committer | MaZderMind | 2017-04-13 20:49:52 +0200 |
commit | 23f6451d4a2c8b903b410b2cc696c76f78559dae (patch) | |
tree | 5d493515f6225e5ae7547328125a3d9c64116f59 /configs/conferences/eh17/main.less | |
parent | b6e311784488c0a4e500274b66f6dd69657ee2de (diff) |
eh17 style & config
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/eh17/main.less | 48 |
1 files changed, 48 insertions, 0 deletions
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; + } +} |