diff options
author | Matthias Larisch | 2020-06-04 14:20:41 +0200 |
---|---|---|
committer | Matthias Larisch | 2020-06-04 14:22:47 +0200 |
commit | 75343c84c173c0771021cd15200ba3d1579ab3fe (patch) | |
tree | 62a9e7b74116f26e012c8b782593aa3651fe98c3 /configs/conferences/kclela2020/main.less | |
parent | 867777b98662410b054b2751f72a0750c4891bc1 (diff) |
Add Klimacamp Leipziger Land 2020 configuration
Diffstat (limited to 'configs/conferences/kclela2020/main.less')
-rw-r--r-- | configs/conferences/kclela2020/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
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 |