diff --git a/templates/meetings/list_meetings.html b/templates/meetings/list_meetings.html index c0a2972..391bdd9 100644 --- a/templates/meetings/list_meetings.html +++ b/templates/meetings/list_meetings.html @@ -40,8 +40,7 @@ transition: all 0.2s ease; display: inline-flex; align-items: center; - gap: 0.4rem; - padding: 0.5rem 1rem; + gap: 0.25rem; } .btn-main-action:hover { @@ -209,7 +208,7 @@ -
+
-
- + + +
+ {% if page_obj %} diff --git a/templates/recruitment/candidate_list.html b/templates/recruitment/candidate_list.html index efb3acd..5ffafb6 100644 --- a/templates/recruitment/candidate_list.html +++ b/templates/recruitment/candidate_list.html @@ -39,7 +39,7 @@ } /* Main Action Button Style (Teal Theme) */ - .btn-main-action { + .btn-main-action { background-color: var(--kaauh-teal); border-color: var(--kaauh-teal); color: white; @@ -47,8 +47,7 @@ transition: all 0.2s ease; display: inline-flex; align-items: center; - gap: 0.4rem; - padding: 0.5rem 1rem; + gap: 0.25rem; } .btn-main-action:hover { @@ -226,6 +225,14 @@ {% endfor %} + + + + +
+ +
+