From 41f0fdf45edf87b48bb41fd239e66f8368ced600 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Fri, 3 Nov 2017 00:06:36 +0100 Subject: sonoj2017: Initial config --- configs/conferences/sonoj2017/main.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 configs/conferences/sonoj2017/main.less (limited to 'configs/conferences/sonoj2017/main.less') diff --git a/configs/conferences/sonoj2017/main.less b/configs/conferences/sonoj2017/main.less new file mode 100755 index 0000000..d96cacc --- /dev/null +++ b/configs/conferences/sonoj2017/main.less @@ -0,0 +1,25 @@ +@import "../../../assets/css/_structure.less"; + +@navbar-default-link-color: #fff; +@navbar-default-bg: #000; + +.logo { + background-image: url(sonoj_banner.png); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 228px; + margin: 20px 0 0 0; +} + +.navbar-brand { + height: 60px !important; + line-height: 38px !important; +} + +.navbar-brand .icon { + height: 38px !important; + width: 41px !important; + background-image: url('logo.png') !important; + background-size: 41px 38px !important; +} -- cgit v1.2.3