Re: [3.2] [3.2.1] [ALPHA] Sassysilver
Verfasst: 01.04.2018 00:23
Kein Problem, ist ja auch sehr interessant 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
.wrap-menue .navbar {
background-color: #000;
border: 1px solid #818385;
border-radius: 0;
padding: 1px 5px;
}
Code: Alles auswählen
.navbar ul.linklist {
padding: 2px 0;
list-style-type: none;
}
/styles/sassysilver/theme/assets/modules/_modul_headerbar.scss
zu finden:
Code: Alles auswählen
// 1. variables
Code: Alles auswählen
// 1. variables
$breakpoint: '<#{$breakpoint-master}';
Code: Alles auswählen
& .navbar {
background-color: #000;
border: 1px solid #818385;
border-radius: 0;
padding: 1px 5px;
Code: Alles auswählen
& .navbar {
@include media($breakpoint) {
padding: 0 10px;
}
background-color: #000;
border: 1px solid #818385;
border-radius: 0;
margin: 0;
padding: 1px 5px;
Code: Alles auswählen
@media (max-width: 810) {
@include padding(null $pad-wrappers null $pad-wrappers);
}
Ganz ehrlich? Ich habe noch keine Ahnung ...Joyce&Luna hat geschrieben:Hast du mal drüber nach gedacht wie das ganze am Ende aussehen soll?