Löschen von ordner und ändern der Buttonanordung in masterpage der Kundenbereiche

This commit is contained in:
ja
2021-08-27 10:09:31 +02:00
parent 52df279dde
commit d0042929fc
4 changed files with 23 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-image: url(/images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -85,8 +85,7 @@ a:focus {
#sidebarCollapse {
background-color: #043381;
color: #fff;
margin-right: -43px;
margin-right: -2.5rem;
}
#sidebarCollapse:hover {