Arlon : I removed the old _header.scss which is not used anymore

This commit is contained in:
Daniel Muyshond 2019-11-18 11:05:14 +01:00
parent 65d7dc8a5b
commit 8d96a3d698
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
@charset "UTF-8";
div#header {
background-image: $header-banner;
background-size: $header-banner-width $header-banner-height;
background-repeat:no-repeat;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
position: relative;
top: 0px;
z-index: 0;
padding: 0 1ex; }
h1#logo {
background-image: $header-logo;
background-repeat: no-repeat;
}
h1#logo a{
color:#ffffff;
text-shadow: 1px 1px 3px black;
display:block;
padding-top:100px;
padding-left:0px;
}