Skip to content
Snippets Groups Projects
Commit 2314a82e authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Refactoring: Aufbau der less dateien geordnet

parent 83f9ff1c
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
@import "./bootstrap/bootstrap.less"; @import "./bootstrap/bootstrap.less";
@import "./metager/metager.less"; @import "./metager/metager.less";
@import "./variables-default.less"; \ No newline at end of file
#mglogo>a {
}
.logo h1 {
color: rgb(255, 128, 0);
}
.pagination {
&>.active {
&>a,
&>span,
&>a:hover,
&>span:hover,
&>a:focus,
&>span:focus {
background-color: rgb(255, 128, 0);
border-color: rgb(255, 128, 0);
}
}
&>li {
&>a,
&>span,
&>a:hover,
&>span:hover,
&>a:focus,
&>span:focus {
color: rgb(255, 128, 0);
}
}
}
.navbar {
border-bottom: 3px solid rgb(255, 128, 0);
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
&.navbar-resultpage {
border-bottom: 2px solid rgb(255, 128, 0);
box-shadow: none;
}
}
.lSPrev>span,
.lSNext>span {
color: rgb(255, 128, 0);
}
\ No newline at end of file
...@@ -39,6 +39,10 @@ body { ...@@ -39,6 +39,10 @@ body {
justify-content: space-between; justify-content: space-between;
} }
.logo h1 {
color: rgb(255, 128, 0);
}
summary { summary {
cursor: pointer; cursor: pointer;
&::-webkit-details-marker { &::-webkit-details-marker {
......
...@@ -41,6 +41,20 @@ body { ...@@ -41,6 +41,20 @@ body {
} }
} }
.navbar {
border-bottom: 3px solid rgb(255, 128, 0);
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
&.navbar-resultpage {
border-bottom: 2px solid rgb(255, 128, 0);
box-shadow: none;
}
}
.lSPrev>span,
.lSNext>span {
color: rgb(255, 128, 0);
}
#map, #map,
#map div { #map div {
display: flex; display: flex;
...@@ -544,7 +558,8 @@ a { ...@@ -544,7 +558,8 @@ a {
} }
} }
.disabled, .disabled * { .disabled,
.disabled * {
color: #aaa !important; color: #aaa !important;
cursor: not-allowed !important; cursor: not-allowed !important;
} }
......
...@@ -8,6 +8,20 @@ ...@@ -8,6 +8,20 @@
@color-black: black; @color-black: black;
// //
@background-color: rgba(2, 93, 140, 3%); @background-color: rgba(2, 93, 140, 3%);
//
@brand-success: #5cb85c;
@brand-info: #FB0;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
@body-bg: rgb(250, 250, 250);
@input-border-focus: rgb(255, 128, 0);
@font-family-sans-serif: "Liberation Sans",
"Helvetica Neue",
Helvetica,
Arial,
sans-serif;
// Global textual link color.
@link-color: #2A2ADE;
// static-pages.less // static-pages.less
@static-pages-color-white: @color-white; @static-pages-color-white: @color-white;
@static-pages-color-almost-white: @color-almost-white; @static-pages-color-almost-white: @color-almost-white;
...@@ -45,14 +59,4 @@ ...@@ -45,14 +59,4 @@
@base-aufruf-winter-border-color: #953535; @base-aufruf-winter-border-color: #953535;
@base-aufruf-winter-btn-color: white; @base-aufruf-winter-btn-color: white;
@base-aufruf-winter-btn-hover-background-color: #bd0d0d; @base-aufruf-winter-btn-hover-background-color: #bd0d0d;
@base-new-feature-badge-background-color: #f80; @base-new-feature-badge-background-color: #f80;
// Bootstrap Ersatz \ No newline at end of file
/*
@screen-sm-min: 768px;
@screen-md-min: 992px;
@screen-lg-min: 1200px;
@screen-xs-max: (@screen-sm-min - 1);
@screen-sm-max: (@screen-md-min - 1);
@screen-md-max: (@screen-lg-min - 1);
@grid-gutter-width: 30px;
*/
\ No newline at end of file
//@brand-primary: rgb(255, 128, 0);
@brand-success: #5cb85c;
@brand-info: #FB0;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
@body-bg: rgb(250, 250, 250);
@input-border-focus: rgb(255, 128, 0);
@font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
//** Global textual link color.
@link-color: #2A2ADE;
//@link-color: rgb(255, 128, 0);
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;
@font-size-base: 14px;
@screen-md: 992px;
@container-desktop: (920px + @grid-gutter-width);
@screen-lg: 1440px;
@container-large-desktop: (1370px + @grid-gutter-width);
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: 865px;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment