diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml index 85007bc..d2823fa 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml @@ -44,8 +44,8 @@ -
+

Выбор симптома: diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml index 1269586..91fd8ec 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml @@ -7,6 +7,31 @@

Создание процедуры

-
+
-
\ No newline at end of file +
+ +
+

+ Название: +

+ +
+ +
+

+ Комментарий: +

+ +
+ +
+
+
+
+ +
+
+ \ No newline at end of file diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml index 2e9c30b..1217c28 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml @@ -61,7 +61,7 @@ При особом неврозе употребляйте каждый день и спина не будет болеть - + diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml index 91057a5..31c7bb1 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml @@ -60,10 +60,11 @@ ммммммм - - - - + + + + + diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css index 880d2d7..646955c 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css +++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css @@ -68,7 +68,7 @@ body { color: white; } -.proc-list{ +.proc-list { border: dashed; } @@ -78,6 +78,30 @@ body { background-color: rgb(6, 25, 16); } +.form-create-procedure{ + color: white; + background-color: rgb(149, 100, 197) +} + +.button-save-procedure { + width: 20vh; + height: 8vh; + background-color: rgb(70, 42, 98); + color: white; + transition: transform 0.3s; + box-shadow: 0px 4px 8px rgba(49, 29, 7); +} + +.procedure-info { + text-shadow: 0px 4px 8px rgba(49, 29, 7); +} + +.button-save-procedure:hover { + transform: scale(1.3); + color: white; + background-color: rgb(49, 29, 70); +} + .button-save-recipe { width: 20vh; height: 8vh;