Skip to content

Commit

Permalink
Update assets folder for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 27, 2024
1 parent 06ceaed commit f2af917
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/examples/dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,4 +830,4 @@ def multiple_cards(data_frame: pd.DataFrame, n_rows: Optional[int] = 1) -> html.
server = app.dash.server

if __name__ == "__main__":
app.run()
app.run(port=8050)
File renamed without changes
25 changes: 25 additions & 0 deletions vizro-core/examples/dev/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,28 @@
height: 210px;
width: 240px;
}

.anchor-container {
align-items: center;
background: var(--text-primary);
border-top-left-radius: 8px;
bottom: 0;
color: var(--text-primary-inverted);
display: flex;
font-size: 0.8rem;
font-weight: 500;
height: 24px;
padding: 0 12px;
position: fixed;
right: 0;
}

.anchor-container:focus,
.anchor-container:hover {
background: var(--text-secondary);
color: var(--text-primary-inverted);
}

img#banner {
height: 16px;
}
File renamed without changes

0 comments on commit f2af917

Please sign in to comment.