Adds a high and low price data callout

This commit is contained in:
2024-10-16 23:53:53 -07:00
parent 487bb86a29
commit 5abf6fe132
6 changed files with 126 additions and 25 deletions

View File

@@ -367,6 +367,7 @@ details[open] summary {
margin-bottom: 0.5em;
}
#option_select {
font-size: 20px;
line-height: 40px;
@@ -419,6 +420,21 @@ details[open] summary {
margin: 10px;
}
.data-header h1 {
margin-top: 24px;
margin-bottom: 24px;
}
.high-low {
display: flex;
justify-content: space-evenly;
}
.high-low p {
line-height: 1em;
font-size: 24px;
}
.lds-ripple {
position: relative;
align-self: center;