Moved code into src folder. Added build for component library.
This commit is contained in:
16
src/components/pages/realtime/RealtimePage.module.css
Normal file
16
src/components/pages/realtime/RealtimePage.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.chart {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: var(--base50);
|
||||
border-bottom: 1px solid var(--base300);
|
||||
z-index: var(--z-index-overlay);
|
||||
padding: 10px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user