diff options
author | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
---|---|---|
committer | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
commit | 8902033279043e8c2a6e6e92e3630cfeaec89b5c (patch) | |
tree | 1ab9826bf5af47e5c969471ca8b9c8f983f58423 /configs/conferences/sonoj2018/main.less | |
parent | 740c954b211efd525c82b3475359960981720e1a (diff) | |
parent | e43a34fae03af3c052d0876e5bf8b065aebefee0 (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/sonoj2018/main.less')
-rwxr-xr-x | configs/conferences/sonoj2018/main.less | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/conferences/sonoj2018/main.less b/configs/conferences/sonoj2018/main.less new file mode 100755 index 0000000..abd7a6e --- /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: 32px !important; +} + +.navbar-brand .icon { + height: 32px !important; + width: 32 !important; + background-image: url('logo.png') !important; + background-size: 32px 32px !important; +} |