Compare commits
3 Commits
f04dba72fd
...
8262c4979b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8262c4979b | ||
|
|
ad9e2ae8c1 | ||
|
|
4d4648b187 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ FoodsharingSiegen.Server/wwwroot/css/site.min.css
|
|||||||
FoodsharingSiegen.Server/wwwroot/css/site.css.map
|
FoodsharingSiegen.Server/wwwroot/css/site.css.map
|
||||||
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css
|
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css
|
||||||
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css.map
|
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css.map
|
||||||
|
FoodsharingSiegen.Server/Shared/DefaultLayout.razor.css.map
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pc-main {
|
.pc-main {
|
||||||
|
background-color: #FFF;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<PageTitle>@AppSettings.Terms.Title - Passwort vergessen</PageTitle>
|
<PageTitle>@AppSettings.Terms.Title - Passwort vergessen</PageTitle>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh; background-color: #f4f6f8;">
|
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh;">
|
||||||
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
||||||
|
|
||||||
<div class="card-body p-4 p-md-5">
|
<div class="card-body p-4 p-md-5">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<PageTitle>@AppSettings.Terms.Title - Login</PageTitle>
|
<PageTitle>@AppSettings.Terms.Title - Login</PageTitle>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh; background-color: #f4f6f8;">
|
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh;">
|
||||||
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
||||||
|
|
||||||
<div class="card-body p-4 p-md-5">
|
<div class="card-body p-4 p-md-5">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<PageTitle>@AppSettings.Terms.Title - Neues Passwort setzen</PageTitle>
|
<PageTitle>@AppSettings.Terms.Title - Neues Passwort setzen</PageTitle>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh; background-color: #f4f6f8;">
|
<div class="d-flex justify-content-center align-items-center" style="min-height: 100vh;">
|
||||||
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
<div class="card shadow border-0" style="width: 100%; max-width: 420px; border-radius: 12px; margin: 1rem;">
|
||||||
|
|
||||||
<div class="card-body p-4 p-md-5">
|
<div class="card-body p-4 p-md-5">
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ $sidebarBreakpoint: $breakpointM;
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
background-color: #f1e7c9;
|
background-color: #f0f0f0;
|
||||||
width: 0;
|
width: 0;
|
||||||
box-shadow: 5px 5px 5px #acacac;
|
box-shadow: 5px 5px 5px #acacac;
|
||||||
transition: width 250ms;
|
transition: width 250ms;
|
||||||
|
|||||||
@@ -8,11 +8,6 @@ main {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
/*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
|
|
||||||
background-color: #f1e7c9 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-row {
|
.top-row {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border-bottom: 1px solid #d6d5d5;
|
border-bottom: 1px solid #d6d5d5;
|
||||||
|
|||||||
@@ -6,5 +6,11 @@
|
|||||||
"Shared",
|
"Shared",
|
||||||
"Components",
|
"Components",
|
||||||
"Controls"
|
"Controls"
|
||||||
|
],
|
||||||
|
"Compilations" : [
|
||||||
|
{
|
||||||
|
"Source": "wwwroot/css/site.scss",
|
||||||
|
"Target": "wwwroot/css/site.css"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
background-color: #f5ffed !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:focus {
|
h1:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user