aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/sonoj2018/main.less
diff options
context:
space:
mode:
authorFlorian Zeitz2018-10-15 20:33:35 +0200
committerFlorian Zeitz2018-10-15 20:33:35 +0200
commit69ab442c8b081f79ea918d8ccef496383e0d6b5a (patch)
treeac5b61f66ebe63e87c3a62dbd00561885dd2e797 /configs/conferences/sonoj2018/main.less
parent9a6cccbf39cfc3b6bd4c09b7ad749cadec4cecbe (diff)
Add Sonoj 2018
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/sonoj2018/main.less25
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..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;
+}