diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css
index 3595f39..a059aa7 100644
--- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css
+++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css
@@ -144,6 +144,12 @@ body {
height: 40vh;
}
+.button-save-list-courses:hover {
+ color: white;
+ background-color: rgb(60, 53, 7);
+ transform: scale(1.2);
+}
+
.button-save-list-courses {
width: 20vh;
height: 8vh;
@@ -153,8 +159,19 @@ body {
box-shadow: 0px 4px 8px rgb(60, 53, 7); /* , , , */
}
- .button-save-list-courses:hover {
- color: white;
- background-color: rgb(60, 53, 7);
- transform: scale(1.2);
- }
+.button-entrance:hover {
+ color: white;
+ background-color: rgb(218, 80, 80);
+ transform: scale(1.1);
+}
+
+.button-entrance {
+ color: white;
+ width: 20vh;
+ height: 8vh;
+ background-color: rgb(218, 80, 80);
+ box-shadow: 4px 4px 8px rgb(218, 80, 80);
+ transition: transform 0.3s;
+}
+
+
\ No newline at end of file