aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/sonoj2019/main.less
diff options
context:
space:
mode:
authorFlorian Zeitz2019-09-17 21:21:47 +0200
committerFlorian Zeitz2019-09-17 21:21:47 +0200
commit221c0af423154fc877c706a0e48a28798fbf46ff (patch)
tree918635e19fb143a66a67b178f821fca84dc11744 /configs/conferences/sonoj2019/main.less
parent9c023eb4705530651b8814467b1adea89d6e881b (diff)
Add Sonoj 2019
Diffstat (limited to 'configs/conferences/sonoj2019/main.less')
-rwxr-xr-xconfigs/conferences/sonoj2019/main.less25
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/conferences/sonoj2019/main.less b/configs/conferences/sonoj2019/main.less
new file mode 100755
index 0000000..abd7a6e
--- /dev/null
+++ b/configs/conferences/sonoj2019/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;
+}