From 69ab442c8b081f79ea918d8ccef496383e0d6b5a Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Mon, 15 Oct 2018 20:33:35 +0200 Subject: Add Sonoj 2018 --- configs/conferences/sonoj2018/main.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 configs/conferences/sonoj2018/main.less (limited to 'configs/conferences/sonoj2018/main.less') diff --git a/configs/conferences/sonoj2018/main.less b/configs/conferences/sonoj2018/main.less new file mode 100755 index 0000000..7603369 --- /dev/null +++ b/configs/conferences/sonoj2018/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: 237px; + margin: 20px 0 0 0; +} + +.navbar-brand { + height: 60px !important; + line-height: 38px !important; +} + +.navbar-brand .icon { + height: 32px !important; + width: 32 !important; + background-image: url('logo.png') !important; + background-size: 32px 32px !important; +} -- cgit v1.2.3 From b898ec36543cce9b7e538fb08287856f54d5d7a3 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Mon, 15 Oct 2018 20:52:05 +0200 Subject: sonoj2018: Fix end date and navbar height --- configs/conferences/sonoj2018/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/sonoj2018/main.less') diff --git a/configs/conferences/sonoj2018/main.less b/configs/conferences/sonoj2018/main.less index 7603369..abd7a6e 100755 --- a/configs/conferences/sonoj2018/main.less +++ b/configs/conferences/sonoj2018/main.less @@ -14,7 +14,7 @@ .navbar-brand { height: 60px !important; - line-height: 38px !important; + line-height: 32px !important; } .navbar-brand .icon { -- cgit v1.2.3