html {
font-family: courier;
}
/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=212121&secondary.color=263238 */
.primary-color {
background-color: #f9fbff !important;
}
.primary-color-light {
background-color: #ffffff !important;
}
.primary-color-dark {
background-color: #c6c8cc !important;
}
.secondary-color {
background-color: #263238 !important;
}
.secondary-color-light {
background-color: #4f5b62 !important;
}
.secondary-color-dark {
background-color: #000a12 !important;
}
.money-chip {
display: inline-block;
/* height: 33px;
font-size: 1;
font-weight: 500; */
line-height: 32px;
padding: 12px;
border-radius: 16px;
}
.auto-image {
width: auto !important;
}
/* This gives use dots in our markdown lists... */
.flow-text ul li {
list-style-type: disc !important;
}
.bitcoin-address {
word-wrap: break-word;
}
.tracker-title-cell {
width: 1rem;
text-overflow: ellipsis;
overflow: hidden;
}
.tracker-dropdown {
margin-left: 0;
margin-top: -2px;
}
.initial-icon {
display:inline-block;
font-size:1em;
width:2.5em;
height:2.5em;
line-height:2.5em;
text-align:center;
border-radius:50%;
background:plum;
vertical-align:middle;
margin-right:1em;
color:white;
}