Metrics components refactoring. New event data page.
This commit is contained in:
17
components/pages/websites/WebsiteChart.module.css
Normal file
17
components/pages/websites/WebsiteChart.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.chart {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: var(--font-size-lg);
|
||||
line-height: 60px;
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user