Customize navigation sidebar
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>Aktivitäten</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Aktivitäten</PageTitle>
|
||||
|
||||
<div class="d-flex flex-column p-audit">
|
||||
<h2>Aktivitäten</h2>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>Profil</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Profil</PageTitle>
|
||||
|
||||
<div style="width: 100%; max-width: 500px;">
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>Aktuelle Einarbeitungen</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Aktuelle Einarbeitungen</PageTitle>
|
||||
<h2>Aktuelle Einarbeitungen</h2>
|
||||
|
||||
<Button
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>Abgeschlossene Einarbeitungen</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Abgeschlossene Einarbeitungen</PageTitle>
|
||||
<h2>Abgeschlossene Einarbeitungen</h2>
|
||||
|
||||
@{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>Wartende Einarbeitungen</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Wartende Einarbeitungen</PageTitle>
|
||||
|
||||
<h2>Wartende Einarbeitungen</h2>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
}
|
||||
|
||||
<PageTitle>Benutzerverwaltung</PageTitle>
|
||||
<PageTitle>@AppSettings.Title - Benutzerverwaltung</PageTitle>
|
||||
|
||||
<h2>Benutzerverwaltung <span style="font-size: .5em; line-height: 0;">Admin</span></h2>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ nav {
|
||||
|
||||
nav .nav-logo {
|
||||
background-image: url(img/logo_text.png);
|
||||
height: 100px;
|
||||
height: 55px;
|
||||
width: 200px;
|
||||
margin: auto;
|
||||
background-size: contain;
|
||||
@@ -20,7 +20,7 @@ nav .nav-logo {
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
nav .nav-logo {
|
||||
height: 250px;
|
||||
height: 220px;
|
||||
background-image: url(img/logo.png);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ nav {
|
||||
|
||||
.nav-logo {
|
||||
background-image: url(img/logo_text.png);
|
||||
height: 100px;
|
||||
height: 55px;
|
||||
width: 200px;
|
||||
margin: auto;
|
||||
background-size: contain;
|
||||
@@ -17,7 +17,7 @@ nav {
|
||||
background-position: center;
|
||||
|
||||
@media screen and (min-width: #{$breakpointM}px) {
|
||||
height: 250px;
|
||||
height: 220px;
|
||||
background-image: url(img/logo.png);
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user