diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/conferences/rustfest2018/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/rustfest2018/main.less')
-rw-r--r-- | configs/conferences/rustfest2018/main.less | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/configs/conferences/rustfest2018/main.less b/configs/conferences/rustfest2018/main.less deleted file mode 100644 index cff34dd..0000000 --- a/configs/conferences/rustfest2018/main.less +++ /dev/null @@ -1,54 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@brand-primary: #5252c9; - -@link-color: #1b5fbf; -@panel-primary-border: white; - -@text-color: white; - -@font-face { - font-family: 'Source Sans Pro Light'; - font-style: normal; - font-weight: normal; - src: url('SourceCodePro-Light.eot'); /* IE9 Compat Modes */ - src: local('Source Code Pro Light'), local('SourceCodePro-Light'), - url('SourceCodePro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('SourceCodePro-Light.otf.woff2') format('woff2'), /* Super Modern Browsers */ - url('SourceCodePro-Light.otf.woff') format('woff'), /* Modern Browsers */ - url('SourceCodePro-Light.ttf') format('truetype'), /* Safari, Android, iOS */ - url('SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'); /* Legacy iOS */ -} - -body { - //background-color: @green; -} - -footer { - background-color: white; - - color: @link-color; - a { - color: @link-color; - &:hover { - text-decoration: underline; - color: @link-color; - } - } -} - -body { - padding-bottom: 170px + 30px + 30px + 60px; - position: relative; -} - -.logo { - background: url('logo.svg') no-repeat center; - height: 170px; - position: absolute; - bottom: 30px + 25px; - z-index: -100; - - left: 0; - right: 0; -} |