diff options
author | Andreas Hubel | 2019-03-13 15:47:43 +0100 |
---|---|---|
committer | Andreas Hubel | 2019-03-13 15:47:43 +0100 |
commit | f6069f771241051bf6ce94578ae4f3bbaf47fdcf (patch) | |
tree | 4b68b050f7c40f501a31d51f9cfaa1df7fa65037 /configs/conferences/fossgis16/main.less | |
parent | a9e8f9c6f1f06f2955c5f1e5d26e59f6e5446f65 (diff) |
remove old fossgis configs
Diffstat (limited to 'configs/conferences/fossgis16/main.less')
-rw-r--r-- | configs/conferences/fossgis16/main.less | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/configs/conferences/fossgis16/main.less b/configs/conferences/fossgis16/main.less deleted file mode 100644 index 0df9e80..0000000 --- a/configs/conferences/fossgis16/main.less +++ /dev/null @@ -1,51 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@orange: #eb7f00; -@light: rgba(123,145,153,0.1); -@medium: #7b9199; -@dark: #2d3841; - -@link-color: @orange; -@panel-primary-border: @orange; - -@panel-default-heading-bg: @light; -@panel-default-text: @medium; - -@text-color: @dark; - -footer { - background-color: @orange; - - color: white; - a { - color: white; - &:hover { - text-decoration: underline; - color: white; - } - } -} - -h1 { color: @medium; } - - -.logo { - position: absolute; - top: 51px + 25px; - left: 25px; - display: none; - - background-image: url(fossgis16-logo.png); - width: 205px; - height: 205px; - - @media screen and (min-width: 1630px) { - display: block; - } -} - - -nav .navbar-brand .icon { - background-image: url(fossgis16-logo.png); - background-size: contain; -} |