Spaces:
Sleeping
Sleeping
File size: 871 Bytes
9155bb8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | /* Custom styles for PhysiCell Rule Builder */
.stButton>button {
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem;
}
.rule-box {
padding: 1rem;
border-radius: 0.5rem;
background-color: #f8f9fa;
border-left: 4px solid #FF4B4B;
margin-bottom: 1rem;
}
.justification-box {
padding: 1rem;
border-radius: 0.5rem;
background-color: #f0f2f6;
margin-top: 1rem;
margin-bottom: 1rem;
}
h1 {
color: #FF4B4B;
}
h2, h3 {
margin-top: 1.5rem;
}
.cell-type-header {
font-weight: bold;
color: #333;
}
/* Make dropdowns more prominent */
.stSelectbox>div>div {
padding: 0.5rem;
}
/* Improve spacing in the sidebar */
.sidebar .stButton>button {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
/* Better formatting for expanders */
.streamlit-expanderHeader {
font-weight: bold;
color: #333;
} |