ADMINISTRATOR MENU
+
@@ -81,12 +82,14 @@
-
+
+
+
-
+
\ No newline at end of file
diff --git a/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.css b/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..374d1fda679ad529a26046826f7e482207e4fc8a 100644
--- a/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.css
+++ b/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.css
@@ -0,0 +1,38 @@
+.card-container.card {
+ max-width: 700px !important;
+ padding: 40px 40px;
+ }
+
+ .card {
+ background-color: #f7f7f7;
+ padding: 20px 25px 30px;
+ margin: 0 auto 25px;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
+ -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
+ box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
+ }
+
+ .profile-img-card {
+ width: 96px;
+ height: 96px;
+ margin: 0 auto 10px;
+ display: block;
+ -moz-border-radius: 50%;
+ -webkit-border-radius: 50%;
+ border-radius: 50%;
+ }
+
+ .example-full-width {
+ width: 100%;
+ }
+
+ .mat-stepper-horizontal {
+ margin-top: 8px;
+ }
+
+ .mat-form-field {
+ margin-top: 16px;
+ }
\ No newline at end of file
diff --git a/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.html b/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.html
index ac1a30f0568ce52259ebd6417bb693102a1ced1c..f13255e99ce5701f4f93e81877fb8ac64cbecedc 100644
--- a/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.html
+++ b/client/src/app/components/student-service-management/create-edit-student-service/create-edit-student-service.component.html
@@ -1 +1,48 @@
-