diff --git a/pages/Dashboard.py b/pages/Dashboard.py
index 8b66ff5..975dcbf 100644
--- a/pages/Dashboard.py
+++ b/pages/Dashboard.py
@@ -49,15 +49,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -75,7 +77,7 @@ def navbar():
- Halaman Dashboard
+ Halaman Prediksi
""", unsafe_allow_html=True)
diff --git a/pages/Dashboard_Pimpinan.py b/pages/Dashboard_Pimpinan.py
index bb36886..c408317 100644
--- a/pages/Dashboard_Pimpinan.py
+++ b/pages/Dashboard_Pimpinan.py
@@ -44,15 +44,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -70,7 +72,7 @@ def navbar():
- Halaman Dashboard
+ Halaman Prediksi
""", unsafe_allow_html=True)
diff --git a/pages/Form_Keluhan.py b/pages/Form_Keluhan.py
index f9feaf7..2184fae 100644
--- a/pages/Form_Keluhan.py
+++ b/pages/Form_Keluhan.py
@@ -103,15 +103,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -129,7 +131,7 @@ def navbar():
- Form Keluhan
+ Halaman Prediksi
""", unsafe_allow_html=True)
diff --git a/pages/Form_Kepuasan.py b/pages/Form_Kepuasan.py
index 32e9a6f..a7e9029 100644
--- a/pages/Form_Kepuasan.py
+++ b/pages/Form_Kepuasan.py
@@ -44,15 +44,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -70,7 +72,7 @@ def navbar():
- Form Kepuasan Kerja
+ Halaman Prediksi
""", unsafe_allow_html=True)
diff --git a/pages/Form_Penilaian.py b/pages/Form_Penilaian.py
index dfb40d8..09e6d8f 100644
--- a/pages/Form_Penilaian.py
+++ b/pages/Form_Penilaian.py
@@ -46,15 +46,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -72,7 +74,7 @@ def navbar():
- Form Penilaian Kinerja Karyawan
+ Halaman Prediksi
""", unsafe_allow_html=True)
@@ -87,7 +89,7 @@ def navbar():
st.switch_page("pages/login.py")
st.markdown("
", unsafe_allow_html=True)
-
+
def menu():
# **Pastikan Streamlit Session State Sudah Punya `page`**
if "page" not in st.session_state:
diff --git a/pages/Laporan.py b/pages/Laporan.py
index fa99f0d..b9fc81c 100644
--- a/pages/Laporan.py
+++ b/pages/Laporan.py
@@ -126,15 +126,17 @@ def navbar():
margin-left: auto;
}}
.stButton > button {{
- background-color: #264CBE !important;
- color: white !important;
- border-radius: 10px !important;
- font-size: 12px !important;
- font-weight: bold !important;
- padding: 10px 15px !important;
- margin-top:6px !important;
- border: none !important;
- cursor: pointer !important;
+ background-color: #264CBE;
+ color: white;
+ font-family: 'Inter', sans-serif;
+ font-size: 16px;
+ font-weight: 600;
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ cursor: pointer;
+ margin-top: 8px;
+ width: 100%;
}}
.stButton > button:hover {{
background-color: #1D3A8A !important;
@@ -152,7 +154,7 @@ def navbar():
- Halaman Laporan
+ Halaman Prediksi
""", unsafe_allow_html=True)
diff --git a/pages/__pycache__/Dashboard.cpython-39.pyc b/pages/__pycache__/Dashboard.cpython-39.pyc
index 8d36a38..aa2e39d 100644
Binary files a/pages/__pycache__/Dashboard.cpython-39.pyc and b/pages/__pycache__/Dashboard.cpython-39.pyc differ
diff --git a/pages/__pycache__/Prediksi.cpython-39.pyc b/pages/__pycache__/Prediksi.cpython-39.pyc
index 0df28cd..3a8e9c6 100644
Binary files a/pages/__pycache__/Prediksi.cpython-39.pyc and b/pages/__pycache__/Prediksi.cpython-39.pyc differ