lotus/lotuspond/front/src/App.css

19 lines
280 B
CSS
Raw Normal View History

2019-07-24 17:10:44 +00:00
.App {
min-height: 100vh;
background: #b7c4cd;
font-family: monospace;
}
.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-07-25 14:57:30 +00:00
min-width: 40em;
display: inline-block;
2019-07-25 14:57:30 +00:00
}
.CristalScroll {
min-width: 100%;
2019-07-25 14:57:30 +00:00
height: 100%;
overflow: auto;
2019-07-24 17:10:44 +00:00
}