diff options
author | Sophie Schiller | 2020-03-04 19:58:43 +0100 |
---|---|---|
committer | Sophie Schiller | 2020-03-04 19:58:43 +0100 |
commit | 65ef67d516f7cbe2bf97bc019c611c2bb50e51b6 (patch) | |
tree | b8ed867467f81186bc1955422d046e6489ce80f9 /configs/conferences/smartplaces2020/main.less | |
parent | 332041597f2f0ffd4dda3ab5f2adf39d3d5200b4 (diff) |
smartplaces2020 initial commit
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/smartplaces2020/main.less | 10 |
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; +} |