Skip to content

Commit

Permalink
Remove CSS for anniversary campaign logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cillianderoiste committed Jan 8, 2024
1 parent d7bef64 commit bf073d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
18 changes: 0 additions & 18 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -593,24 +593,6 @@ a {
}
}

#campaign-logo {
width: 100px;
position: absolute;
left: auto;
top: -80px;
height: 75px;
overflow: hidden;
.container { padding-left: 0 }
a {
background: url("../media/logos/logo_50jahre_unibw_RGB_orange_klein.png");
background-size: cover;
color: transparent;
width: 100px;
height: 75px;
display: block;
}
}

#secondary-navigation {
position: absolute;
right: 1%;
Expand Down
10 changes: 1 addition & 9 deletions _sass/_responsive_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@
@media only screen and (max-width : 768px) {
#athene { top: -56px; }
.institute-logo { display: none; }
#campaign-logo {
width: 40px;
height: 30px;
a {
width: 40px;
height: 30px;
}
}
}


Expand Down Expand Up @@ -157,4 +149,4 @@
.plone-toolbar-left-expanded {
padding-left: 0 !important;
}
}
}

0 comments on commit bf073d3

Please sign in to comment.