From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/vsh/main.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/archive/vsh/main.less (limited to 'configs/archive/vsh/main.less') diff --git a/configs/archive/vsh/main.less b/configs/archive/vsh/main.less new file mode 100644 index 0000000..03a6b61 --- /dev/null +++ b/configs/archive/vsh/main.less @@ -0,0 +1,22 @@ +@import "../../../assets/css/_structure.less"; + +.logo { + background-image: url(logo.svg); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 120px; + margin: 20px 0 0 0; +} + +body.overview .panel-body { + text-align: center; +} + +body.overview .room .preview { + float: none; +} + +.panel-heading { + display: block; +} \ No newline at end of file -- cgit v1.2.3