merge styles of prototype beuth hs project

This commit is contained in:
Jana Deutschländer 2017-02-09 10:12:50 +01:00
commit 28eb39b298
8 changed files with 134 additions and 74 deletions

10
css/area_togglelink.less Normal file → Executable file
View file

@ -7,15 +7,14 @@
.togglelink {
&.page_main-content {
@media @screen_max-md{
display: none;
}
position: absolute;
top: -1px;
bottom: -1px;
left: -(@margin-default);
z-index: 1;
@media @screen_max-md{
display: none;
}
a {
.display-flex();
@ -45,9 +44,6 @@
text-decoration: none;
}
}
@media @screen_max-md{
display: none;
}
}