Spaces:
Running
Running
James McCool
commited on
Commit
·
56ca25d
1
Parent(s):
0672989
Adjust radio button styling: Modify border radius and padding
Browse filesRefined the CSS for radio buttons by reducing border radius and removing padding, subtly updating the visual presentation of interactive elements.
app.py
CHANGED
@@ -55,9 +55,8 @@ st.markdown("""
|
|
55 |
white-space: pre-wrap;
|
56 |
background-color: #FFD700;
|
57 |
color: white;
|
58 |
-
border-radius:
|
59 |
gap: 1px;
|
60 |
-
padding: 10px 20px;
|
61 |
font-weight: bold;
|
62 |
transition: all 0.3s ease;
|
63 |
}
|
|
|
55 |
white-space: pre-wrap;
|
56 |
background-color: #FFD700;
|
57 |
color: white;
|
58 |
+
border-radius: 1px;
|
59 |
gap: 1px;
|
|
|
60 |
font-weight: bold;
|
61 |
transition: all 0.3s ease;
|
62 |
}
|