80 lines
1.1 KiB
CSS
80 lines
1.1 KiB
CSS
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #444444
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: rgb(59, 84, 177)
|
|
}
|
|
|
|
.coin-list a {
|
|
color: #444444;
|
|
}
|
|
|
|
h2 { color: #888888; font-weight: lighter;}
|
|
|
|
header a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.green {
|
|
color: #4eaf0a;
|
|
}
|
|
|
|
.red {
|
|
color: #e15241
|
|
}
|
|
|
|
|
|
/* #chart {
|
|
position: absolute;
|
|
height: 400px;
|
|
} */
|
|
|
|
.coinName {
|
|
font-weight: bold;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.coinSymbol {
|
|
font-weight: normal;
|
|
font-size: 0.8em;
|
|
margin-left: 5px;
|
|
color: #777777;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.globalText {
|
|
font-weight: normal;
|
|
font-size: 0.9em;
|
|
font-style: italic;
|
|
margin-left: 5px;
|
|
color: #777777;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.chart-container {
|
|
height: inherit;
|
|
}
|
|
|
|
|
|
.details-title {
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:start;
|
|
}
|
|
|
|
.details-title img {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.details h2 {
|
|
margin-top: 0px;
|
|
} |