aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/gpw2021/main.less
diff options
context:
space:
mode:
authorLukas Schauer2021-03-07 19:00:33 +0100
committerGitHub2021-03-07 19:00:33 +0100
commitcc5686f9741639a97d215174b7d17454f56c3bad (patch)
tree9a6af8feaac93fb34e39dc6d888e9f63cfed0dbd /configs/conferences/gpw2021/main.less
parentaa19ba23ee343fdeb23f7bae9061d5657ff3c977 (diff)
parent280d2cec52859b44bc5d6e52b555f20dfb9fd7eb (diff)
Merge pull request #134 from FrankfurtPM/master
Add GPW 2021 website
Diffstat (limited to 'configs/conferences/gpw2021/main.less')
-rw-r--r--configs/conferences/gpw2021/main.less44
1 files changed, 44 insertions, 0 deletions
diff --git a/configs/conferences/gpw2021/main.less b/configs/conferences/gpw2021/main.less
new file mode 100644
index 0000000..7b53707
--- /dev/null
+++ b/configs/conferences/gpw2021/main.less
@@ -0,0 +1,44 @@
+@import "../../../assets/css/_structure.less";
+@brand-primary: #41afff;
+
+nav .navbar-brand .icon {
+ background-image: url("pkl-einfach-quadrat-favicon-schwarz.svg");
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 27px;
+ width: 27px;
+}
+
+.banner {
+ color: #FFFFFF;
+ background-color: #333366;
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
+ margin-left: auto;
+ margin-right: auto;
+
+ vertical-align: middle;
+
+ font-size: 18px;
+ padding-top: 12px;
+ padding-bottom: 12px;
+}
+
+.banner .logo {
+ background-image: url("pkl-header-weiss.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; */
+}