Header:
- Hintergrundfarbe - Navigation - Vorbereitung für zusätzliche CSS-Klasse im System (SW-seitig) ToDo: - Freitextfeld 'css_cat' muss im Main-Menue aufgenommen werden
This commit is contained in:
@@ -2,4 +2,25 @@
|
||||
|
||||
.header-main {
|
||||
background: @brand-primary;
|
||||
}
|
||||
> div {
|
||||
background: @brand-primary; }
|
||||
.header--navigation {
|
||||
min-height: 80px!important;
|
||||
.logo--shop {
|
||||
a {
|
||||
img {
|
||||
min-height: 60px; } } } } }
|
||||
|
||||
.navigation--list-wrapper {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
.navigation--list{
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
.is--home{
|
||||
display: none; }
|
||||
li {
|
||||
a {
|
||||
span{
|
||||
text-transform: uppercase;
|
||||
font-weight: 700; } } } } }
|
||||
9
frontend/_public/src/less/_modules/page.less
Normal file
9
frontend/_public/src/less/_modules/page.less
Normal file
@@ -0,0 +1,9 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 48em) {
|
||||
.container {
|
||||
max-width: calc(~"100% - 24em");
|
||||
margin: 0 12em;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
@import "_modules/page";
|
||||
//@import "_modules/account";
|
||||
//@import "_modules/cart";
|
||||
//@import "_modules/confirm";
|
||||
|
||||
Reference in New Issue
Block a user