lotus/lotuspond/front/src/App.css

77 lines
1.1 KiB
CSS
Raw Normal View History

2019-07-24 17:10:44 +00:00
.App {
min-height: 100vh;
background: #b7c4cd;
font-family: monospace;
}
2019-07-30 23:53:24 +00:00
.NodeList {
background: #f9be77;
user-select: text;
font-family: monospace;
min-width: 40em;
display: inline-block;
}
2019-07-24 17:10:44 +00:00
.FullNode {
background: #f9be77;
2019-07-24 18:42:02 +00:00
user-select: text;
2019-07-24 22:14:09 +00:00
font-family: monospace;
2019-08-15 15:46:34 +00:00
min-width: 50em;
display: inline-block;
2019-07-25 14:57:30 +00:00
}
2019-08-15 15:46:34 +00:00
.FullNode-voucher {
padding-left: 1em;
}
2019-07-31 18:20:05 +00:00
.StorageNode {
background: #f9be77;
user-select: text;
font-family: monospace;
min-width: 40em;
display: inline-block;
}
.Block {
background: #f9be77;
user-select: text;
font-family: monospace;
2019-08-16 17:37:04 +00:00
min-width: 50em;
display: inline-block;
}
2019-08-10 02:22:49 +00:00
.State {
background: #f9be77;
user-select: text;
font-family: monospace;
min-width: 40em;
display: inline-block;
}
2019-07-25 14:57:30 +00:00
.CristalScroll {
2019-07-30 23:18:21 +00:00
display: flex;
min-width: 100%;
2019-07-30 23:18:21 +00:00
min-height: 100%;
2019-07-25 14:57:30 +00:00
overflow: auto;
2019-07-25 16:13:46 +00:00
}
.Consensus {
font-family: monospace;
2019-08-16 02:34:11 +00:00
}
.ChainExplorer {
font-family: monospace;
}
.ChainExplorer-at {
background: #77ff77;
}
.ChainExplorer-after {
background: #cc9c44
}
.ChainExplorer-before {
background: #cccc00
}