aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/eh16/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/eh16/main.less')
-rw-r--r--configs/conferences/eh16/main.less40
1 files changed, 0 insertions, 40 deletions
diff --git a/configs/conferences/eh16/main.less b/configs/conferences/eh16/main.less
deleted file mode 100644
index 1690b42..0000000
--- a/configs/conferences/eh16/main.less
+++ /dev/null
@@ -1,40 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-// conference specific styles here
-@grey: #a7a6a8;
-@green: #00ff0d;
-
-// often configured values (and their defaults):
-//
-@brand-primary: @green;
-@text-color: black;
-
-@link-color: @green;
-@link-hover-color: darken(@green, 20%);
-
-@navbar-default-color: black;
-@navbar-default-bg: @green;
-
-@navbar-default-link-color: black;
-@navbar-default-link-hover-color: lighten(black, 20%);
-
-@panel-default-border: @grey;
-
-
-.nav-tabs > li > a {
- background-color: lighten(@grey, 33%);
- color: darken(@green, 20%);
-}
-
-img.bunny {
- width: 160px;
- position: absolute;
- bottom: 40px;
- left: 10px;
- opacity: 0.4;
- z-index: -100;
-
- &:hover {
- opacity: 1;
- }
-}