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(): Logo ", 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(): Logo