From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/sonoj2018/main.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 configs/archive/sonoj2018/main.less (limited to 'configs/archive/sonoj2018/main.less') diff --git a/configs/archive/sonoj2018/main.less b/configs/archive/sonoj2018/main.less new file mode 100755 index 0000000..abd7a6e --- /dev/null +++ b/configs/archive/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: 32px !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