From 75343c84c173c0771021cd15200ba3d1579ab3fe Mon Sep 17 00:00:00 2001 From: Matthias Larisch Date: Thu, 4 Jun 2020 14:20:41 +0200 Subject: Add Klimacamp Leipziger Land 2020 configuration --- configs/conferences/kclela2020/main.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/conferences/kclela2020/main.less (limited to 'configs/conferences/kclela2020/main.less') diff --git a/configs/conferences/kclela2020/main.less b/configs/conferences/kclela2020/main.less new file mode 100644 index 0000000..c291231 --- /dev/null +++ b/configs/conferences/kclela2020/main.less @@ -0,0 +1,13 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +.navbar-brand { + background-image: url('kclela.png'); + background-repeat: no-repeat; + background-size: contain; + padding-left: 100px; + .icon { + display: none !important; + } +} \ No newline at end of file -- cgit v1.2.3