Spaces:
Running
on
Zero
Running
on
Zero
File size: 474 Bytes
d1ed09d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
DATAMAP_CUSTOM_CSS = """
#title-container {
background: #edededaa;
border-radius: 2px;
box-shadow: 2px 3px 10px #aaaaaa00;
}
#search-container {
position: fixed !important;
top: 20px !important;
right: 20px !important;
left: auto !important;
width: 200px !important;
z-index: 9999 !important;
}
#search {
background-color: #ffffffaa !important;
font-family: 'Roboto Condensed', sans-serif !important;
font-size: 14px;
}
""" |