aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/grundrechte21/main.less
diff options
context:
space:
mode:
authorderpeter2021-05-24 18:05:49 +0200
committerderpeter2021-05-24 18:05:49 +0200
commit02334c25096b0e3c7b47289c41d7702c8a6ce6cb (patch)
treed93a069e8e6f2daafd8ec8ddf1a85bf822b3e8a7 /configs/conferences/grundrechte21/main.less
parent928101676872b84bcdf3854b4907095963d59906 (diff)
added grundrechte report
Diffstat (limited to '')
-rw-r--r--configs/conferences/grundrechte21/main.less30
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/conferences/grundrechte21/main.less b/configs/conferences/grundrechte21/main.less
new file mode 100644
index 0000000..844f521
--- /dev/null
+++ b/configs/conferences/grundrechte21/main.less
@@ -0,0 +1,30 @@
+@import "../../../assets/css/_structure.less";
+@brand-primary: #41afff;
+
+nav .navbar-brand .icon {
+ //background-image: url("meierlogo.svg");
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 27px;
+ width: 27px;
+}
+
+.banner .logo {
+ //background-image: url("meierlogo.png");
+ 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; */
+}