File size: 298 Bytes
85e37e1 9f104ef f3712da 9f104ef 85e37e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
custom_css = """
.descriptive-text span {
font-size: 16px !important;
}
.warning-box p {
background-color: #ff91001a;
border: 1px solid #f19637;
border-radius: 8px;
padding: 4px 8px;
margin: 4px 0px;
font-size: 14px !important;
font-weight: bold !important;
}
""" |