Files
pezkuwi-telemetry/packages/frontend/src/components/Chains.css
T
2018-07-12 18:28:52 +02:00

44 lines
691 B
CSS

.Chains {
background: #ccc;
color: #000;
padding: 0 1em;
height: 40px;
}
.Chains .Icon {
margin-right: 1em;
}
.Chains-chain {
padding: 0 12px;
background: #bbb;
color: #444;
display: inline-block;
margin: 0 0 0 1px;
height: 40px;
line-height: 40px;
cursor: pointer;
font-family: monospace, sans-serif;
font-size: 0.8em;
font-weight: bold;
position: relative;
}
.Chains-node-count {
padding: 0.2em 0.5em;
border-radius: 0.3em;
background: #888;
color: #fff;
text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}
.Chains-chain-selected {
background: #fff;
color: #000;
z-index: 1;
}
.Chains-chain-selected .Chains-node-count {
background: #d64ca8;
}