From 33c748d4aa2f888c705c35023cc48a44fe08d2eb Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 18 Jun 2021 10:30:59 +0200 Subject: oSVC21 --- configs/conferences/oSVC21/main.less | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 configs/conferences/oSVC21/main.less (limited to 'configs/conferences/oSVC21/main.less') diff --git a/configs/conferences/oSVC21/main.less b/configs/conferences/oSVC21/main.less new file mode 100644 index 0000000..a105cb4 --- /dev/null +++ b/configs/conferences/oSVC21/main.less @@ -0,0 +1,28 @@ +@import "../../../assets/css/_structure.less"; +@brand-primary: #41afff; + +nav .navbar-brand .icon { + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 27px; + width: 27px; +} + +.banner .logo { + background-size: contain; + background-repeat: no-repeat; + + padding-left: 320px; + margin-left: auto; + margin-right: auto; + min-width: 320px; + min-height: 64px; + max-height: 72px; + max-width: 1170px; + + line-height: 64px; + + /* height: 72px; */ +/* float: left; */ +} -- cgit v1.2.3