diff options
author | Daniel Molkentin | 2017-10-06 15:21:54 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-10-06 15:21:54 +0200 |
commit | b6d49635fb4aae36ef663dd084c3d15d61d8e1b4 (patch) | |
tree | 5a876e188453404730bdbb82aecd29752dfc8444 /configs/conferences/qtws17/main.less | |
parent | 12f16414b7f05f7bd8fe51528ac5ef5adabc1caf (diff) |
Add QtWS17
Diffstat (limited to 'configs/conferences/qtws17/main.less')
-rwxr-xr-x | configs/conferences/qtws17/main.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/conferences/qtws17/main.less b/configs/conferences/qtws17/main.less new file mode 100755 index 0000000..b0b273f --- /dev/null +++ b/configs/conferences/qtws17/main.less @@ -0,0 +1,10 @@ +@import "../../../assets/css/_structure.less"; + +.logo { + background-image: url(QtWS17_logo.png); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 200px; + margin: 20px 0 0 0; +} |