aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/bornhack21/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/bornhack21/main.less')
-rw-r--r--configs/conferences/bornhack21/main.less30
1 files changed, 0 insertions, 30 deletions
diff --git a/configs/conferences/bornhack21/main.less b/configs/conferences/bornhack21/main.less
deleted file mode 100644
index 34115f8..0000000
--- a/configs/conferences/bornhack21/main.less
+++ /dev/null
@@ -1,30 +0,0 @@
-@import "../../../assets/css/_structure.less";
-@brand-primary: #41afff;
-
-nav .navbar-brand .icon {
- background-image: url("logo.png");
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- height: 27px;
- width: 27px;
-}
-
-.banner .logo {
- background-image: url("logo.png");
- background-size: contain;
- background-repeat: no-repeat;
-
- padding-left: 320px;
- margin-left: auto;
- margin-right: auto;
- min-width: 320px;
- min-height: 64px;
- max-height: 72px;
- max-width: 1170px;
-
- line-height: 64px;
-
- /* height: 72px; */
-/* float: left; */
-}