From 504e7f0bf98b1028e90360c1cd2ce73afc9cca0e Mon Sep 17 00:00:00 2001 From: Jesselyn Mu <90194068+jesselynmu@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:29:26 +0700 Subject: [PATCH] little fix margin --- pages/Dashboard_Pimpinan.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pages/Dashboard_Pimpinan.py b/pages/Dashboard_Pimpinan.py index d5733eb..00f8178 100644 --- a/pages/Dashboard_Pimpinan.py +++ b/pages/Dashboard_Pimpinan.py @@ -150,25 +150,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; - } """, unsafe_allow_html=True