aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/KLPK21/main.less
diff options
context:
space:
mode:
authorderpeter2021-08-31 19:25:16 +0200
committerderpeter2021-08-31 19:25:16 +0200
commit5654416af0f89e4ea94d5cca1d9274af144ee7d9 (patch)
tree615470c4e7ae22ce37037cd363398598ac3de7b0 /configs/conferences/KLPK21/main.less
parent66daedbae7acd1bccd9017563f08c5be5444ee25 (diff)
added kabul luftbrücke
Diffstat (limited to 'configs/conferences/KLPK21/main.less')
-rw-r--r--configs/conferences/KLPK21/main.less31
1 files changed, 31 insertions, 0 deletions
diff --git a/configs/conferences/KLPK21/main.less b/configs/conferences/KLPK21/main.less
new file mode 100644
index 0000000..46a873e
--- /dev/null
+++ b/configs/conferences/KLPK21/main.less
@@ -0,0 +1,31 @@
+@import "../../../assets/css/_structure.less";
+@brand-primary: #ff3e00;
+
+nav .navbar-brand .icon {
+ background-image: url("luftbruecke_logo.svg");
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 27px;
+ width: 27px;
+}
+
+.banner .logo {
+ background-image: url("luftbruecke_logo.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+ background-color: #ff3e00;
+
+ 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; */
+}