diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/BankYouBankruptCashierApp.csproj b/BankYouBankrupt/BankYouBankruptCashierApp/BankYouBankruptCashierApp.csproj
index 5bf8ee5..dd89a84 100644
--- a/BankYouBankrupt/BankYouBankruptCashierApp/BankYouBankruptCashierApp.csproj
+++ b/BankYouBankrupt/BankYouBankruptCashierApp/BankYouBankruptCashierApp.csproj
@@ -14,4 +14,10 @@
+
+
+ Always
+
+
+
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml
index 2eb4fdb..0a59495 100644
--- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml
+++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml
@@ -3,7 +3,7 @@
}
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml
index 481f3d6..3886597 100644
--- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml
+++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml
@@ -14,6 +14,82 @@
+
@@ -25,7 +101,7 @@
-
- Счета
+ Счета
-
Операции
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css b/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css
index 02a3536..1fa3a55 100644
--- a/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css
+++ b/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css
@@ -4,7 +4,7 @@ html {
@media (min-width: 768px) {
html {
- font-size: 16px;
+ font-size: 19px;
}
}
@@ -14,75 +14,10 @@ html {
}
body {
- margin-bottom: 60px;
-}
-
-.nav-main a {
- position: relative;
- color: #FFFFFF;
- cursor: pointer;
- line-height: 1;
- text-decoration: none;
-}
-
-.nav-main a:after {
- display: block;
- position: absolute;
- left: 0;
- bottom: 0px;
- width: 0;
- height: 1px;
- background-color: #FFFFFF;
- content: "";
- transition: width 0.3s ease-out;
-}
-
-.nav-main a:hover:after,
-.nav-main a:focus:after {
- width: 100%;
-}
-
-.nav-main .dropdown:hover .dropdown-menu {
- display: block;
- margin-top: 0;
-}
-
-.footer {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 80px;
-}
-
-.form-signin {
- width: 100%;
- max-width: 330px;
- padding: 15px;
- margin: auto;
+ margin-bottom: 60px;
+ background-color: #cdcdcd;
}
-.form-signin .form-control {
- position: relative;
- box-sizing: border-box;
- height: auto;
- padding: 10px;
- font-size: 16px;
-}
-.form-signin .form-control:focus {
- z-index: 2;
-}
-.form-signin input[type="email"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
\ No newline at end of file