Skip to content

Commit

Permalink
Merge pull request #137 from OnroerendErfgoed/DEV_0.8
Browse files Browse the repository at this point in the history
Dev 0.8
  • Loading branch information
cedrikv authored Feb 22, 2019
2 parents 515c4b3 + 45463fc commit 1ba3521
Show file tree
Hide file tree
Showing 8 changed files with 20,111 additions and 6,336 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.0 (22-02-2019)
==================
- Header - contact & over ons links (#135)


0.7.0 (18-07-2018)
==================
- Updaten van GA macro (#125)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@
}
.bgimage-bouwkunde { background:url(../img/pyoes/dibe_1.jpg) no-repeat right; width: 80%; height:135px; position:absolute; right:0; z-index:0 }

.header-links a {
color: $link-color;
text-decoration: none;
outline: 0;
margin: 0 16px;
border-bottom: solid 1px transparent;
-webkit-transform: scaleX(0);
-webkit-transition: border-bottom-color .3s ease-out;
-moz-transition: border-bottom-color .3s ease-out;
-ms-transition: border-bottom-color .3s ease-out;
-o-transition: border-bottom-color .3s ease-out;
transition: border-bottom-color .3s ease-out;

&:hover {
border-bottom: solid 1px $link-color;
}
}

// logo small header for apps like geoportal
.logo-block-short { width:380px; background: url(../img/pyoes/header-logo-bg.png) no-repeat; height:60px; position:relative; z-index:40; padding:0 25px 0 13px;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@
}
.bgimage-bouwkunde { background:url(../img/pyoes/dibe_1.jpg) no-repeat right; width: 80%; height:135px; position:absolute; right:0; z-index:0 }

.header-links a {
color: $link-color;
text-decoration: none;
outline: 0;
margin: 0 16px;
border-bottom: solid 1px transparent;
-webkit-transform: scaleX(0);
-webkit-transition: border-bottom-color .3s ease-out;
-moz-transition: border-bottom-color .3s ease-out;
-ms-transition: border-bottom-color .3s ease-out;
-o-transition: border-bottom-color .3s ease-out;
transition: border-bottom-color .3s ease-out;

&:hover {
border-bottom: solid 1px $link-color;
}
}

// logo small header for apps like geoportal
.logo-block-short { width:380px; background: url(../img/pyoes/header-logo-bg.png) no-repeat; height:60px; position:relative; z-index:40; padding:0 25px 0 13px;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@
}
.bgimage-bouwkunde { background:url(../img/pyoes/dibe_1.jpg) no-repeat right; width: 80%; height:135px; position:absolute; right:0; z-index:0 }

.header-links a {
color: $link-color;
text-decoration: none;
outline: 0;
margin: 0 16px;
border-bottom: solid 1px transparent;
-webkit-transform: scaleX(0);
-webkit-transition: border-bottom-color .3s ease-out;
-moz-transition: border-bottom-color .3s ease-out;
-ms-transition: border-bottom-color .3s ease-out;
-o-transition: border-bottom-color .3s ease-out;
transition: border-bottom-color .3s ease-out;

&:hover {
border-bottom: solid 1px $link-color;
}
}

// logo small header for apps like geoportal
.logo-block-short { width:380px; background: url(../img/pyoes/header-logo-bg.png) no-repeat; height:60px; position:relative; z-index:40; padding:0 25px 0 13px;}
Expand Down
Loading

0 comments on commit 1ba3521

Please sign in to comment.