This commit is contained in:
Jesselyn Mu
2025-02-16 12:00:19 +07:00
parent cfd12e2787
commit 1c8d9d1f02
11 changed files with 14 additions and 66 deletions

View File

@ -50,6 +50,7 @@ def navbar():
font-size: 16px;
font-weight: 600;
border: none;
margin-top: 6px !important;
border-radius: 5px;
padding: 10px;
cursor: pointer;
@ -72,7 +73,7 @@ def navbar():
<img src="data:image/png;base64,{get_image_as_base64(logo_path)}" alt="Logo">
</div>
<div class="navbar-center">
Halaman Prediksi
Form Kepuasan Kerja
</div>
<div class="navbar-right">
""", unsafe_allow_html=True)
@ -150,25 +151,6 @@ def menu():
div[data-testid="column"]:nth-child(3) button:hover {
background-color: #2C3E50 !important; /* Warna biru lebih gelap saat hover */
}
.stButton > button {
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: 20px;
width: 100%;
}
.stButton > button:hover {
background-color: #ffffff;
color: #264CBE;
}
</style>
""",
unsafe_allow_html=True