2023-09-13 15:37:55
This commit is contained in:
5
.obsidian/snippets/stock-charts.css
vendored
5
.obsidian/snippets/stock-charts.css
vendored
@@ -9,14 +9,12 @@
|
|||||||
|
|
||||||
& .stock-card {
|
& .stock-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .stock-card-inner {
|
&:hover .stock-card-inner {
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
}
|
}
|
||||||
@@ -30,7 +28,6 @@
|
|||||||
border-radius: var(--radius-m);
|
border-radius: var(--radius-m);
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.stock-chart {
|
.stock-chart {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 340px;
|
min-height: 340px;
|
||||||
@@ -41,12 +38,10 @@
|
|||||||
width: var(--line-width);
|
width: var(--line-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stock-financials {
|
.stock-financials {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 800px;
|
height: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stock-card-inner {
|
.stock-card-inner {
|
||||||
height: 94px;
|
height: 94px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
|
|||||||
Reference in New Issue
Block a user