aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/grr2020/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/grr2020/main.less')
-rw-r--r--configs/conferences/grr2020/main.less50
1 files changed, 0 insertions, 50 deletions
diff --git a/configs/conferences/grr2020/main.less b/configs/conferences/grr2020/main.less
deleted file mode 100644
index 59515d1..0000000
--- a/configs/conferences/grr2020/main.less
+++ /dev/null
@@ -1,50 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-@link-color: #0f0f0f;
-@panel-bg: #b43c08;
-@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
-
-body {
-/* background-color: #215c68; */
-}
-
-.banner {
- color: #e22129;
-
- h2 {
- font-weight: normal;
- }
-}
-
-.navbar-brand {
- // color: transparent !important;
- height: 50px;
- background-image: url('grr_titel.gif');
- background-repeat: no-repeat;
- background-size: auto 30px;
- background-position: 15px 10px;
- padding-left: 120px;
- color: #e22129 !important;
- .icon {
- display: none !important;
- }
-}
-
-footer a {
- color: @link-color;
-}
-
-.nav > li > a:hover, .nav > li > a:focus {
- background: #e22129;
-}