aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/smartplaces2020/main.less
diff options
context:
space:
mode:
authorSophie Schiller2020-03-04 19:58:43 +0100
committerSophie Schiller2020-03-04 19:58:43 +0100
commit65ef67d516f7cbe2bf97bc019c611c2bb50e51b6 (patch)
treeb8ed867467f81186bc1955422d046e6489ce80f9 /configs/conferences/smartplaces2020/main.less
parent332041597f2f0ffd4dda3ab5f2adf39d3d5200b4 (diff)
smartplaces2020 initial commit
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/smartplaces2020/main.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/conferences/smartplaces2020/main.less b/configs/conferences/smartplaces2020/main.less
new file mode 100755
index 0000000..5a9551f
--- /dev/null
+++ b/configs/conferences/smartplaces2020/main.less
@@ -0,0 +1,10 @@
+@import "../../../assets/css/_structure.less";
+
+.logo {
+ background-image: url(smart_logo_red.svg);
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 228px;
+ margin: 20px 0 0 0;
+}