aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/subscribe/main.less
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/conferences/subscribe/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/conferences/subscribe/main.less')
-rw-r--r--configs/conferences/subscribe/main.less45
1 files changed, 0 insertions, 45 deletions
diff --git a/configs/conferences/subscribe/main.less b/configs/conferences/subscribe/main.less
deleted file mode 100644
index 96bc4dc..0000000
--- a/configs/conferences/subscribe/main.less
+++ /dev/null
@@ -1,45 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-@link-color: #00a066;
-@panel-bg: #ddd;
-@well-bg: @panel-bg;
-@panel-primary-border: #FFFFFF;
-@panel-default-heading-bg: #333333;
-@panel-default-text: #FFFFFF;
-
-@navbar-default-link-color: #FFFFFF;
-
-@nav-link-hover-bg: #000000;
-
-@navbar-default-bg: #ccc;
-
-// conference specific styles here
-
-.banner {
- color: #999;
-
- h2 {
- font-weight: normal;
- }
-}
-
-.navbar-brand {
- color: transparent !important;
- height: 50px;
- background-image: url('logo.png');
- background-repeat: no-repeat;
- background-size: auto 30px;
- background-position: 15px 10px;
-
- .icon {
- display: none !important;
- }
-}
-
-footer a {
- color: @link-color;
-}
-
-.nav > li > a:hover, .nav > li > a:focus {
- background: #eee;
-} \ No newline at end of file