Changed primary menu order
Increase size logo and slogan Align menu item in bar better Fix: grey background in menu
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
height: 111px;
|
||||
.logo {
|
||||
float: left;
|
||||
margin-top: 18px;
|
||||
margin-top: 10px;
|
||||
img {
|
||||
height: 75px;
|
||||
height: 95px;
|
||||
}
|
||||
}
|
||||
.advertisement {
|
||||
|
||||
27
resources/assets/sass/components/_menu.scss
vendored
27
resources/assets/sass/components/_menu.scss
vendored
@@ -4,7 +4,6 @@
|
||||
.menu_container {
|
||||
@media (min-width: 767px) {
|
||||
height: 75px;
|
||||
margin-bottom: 20px;
|
||||
background-image: linear-gradient(to right, #0102b0, #4090e3);
|
||||
}
|
||||
|
||||
@@ -412,6 +411,28 @@
|
||||
}
|
||||
|
||||
.slogan {
|
||||
width: 150px;
|
||||
margin: 12px 0;
|
||||
width: 190px;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.grey_background {
|
||||
nav {
|
||||
> div {
|
||||
background: $container-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.menu {
|
||||
> li {
|
||||
a {
|
||||
background: $container-bg;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&:after {
|
||||
background: $container-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user