Add favicon
Change logo Add luister and kijk icons Tip de streekredactie points to whatsapp 088-8505651 Add s to Podcast Removed waterschapsverkiezingen from menu Podcast autoplay disabled Remove Gooische Courant and NH Nieuws Changed NH Gooi to Over NH Gooi Added padding and border-radios to homepage posts Changed header 12px to 14px Add now and next programs to homepage Add new button to programs Changed contact text Add fallback image to program guide Make items height equally in program guide
This commit is contained in:
24
resources/assets/sass/components/_menu.scss
vendored
24
resources/assets/sass/components/_menu.scss
vendored
@@ -109,17 +109,19 @@
|
||||
|
||||
li {
|
||||
float: left;
|
||||
padding: 6px 19px;
|
||||
padding: 0 19px;
|
||||
margin: 8px;
|
||||
border-right: 1px solid #fff;
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.2);
|
||||
line-height: 2;
|
||||
|
||||
&:last-child {
|
||||
border: none;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
/*&:nth-child(2) {
|
||||
padding: 0 19px;
|
||||
}
|
||||
}*/
|
||||
|
||||
a {
|
||||
float: left;
|
||||
@@ -131,6 +133,20 @@
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
&.with_svg_icon {
|
||||
position: relative;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $text-inverted-color;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
position: absolute;
|
||||
right: -25px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 18px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user