dao-governance-framework/forum-network/public/index.css

25 lines
369 B
CSS
Raw Normal View History

.box {
2022-11-11 16:52:57 -06:00
/* border: 1px #eee solid; */
width: fit-content;
font-family: sans-serif;
font-size: 12pt;
}
.box .name {
2022-11-11 16:52:57 -06:00
width: 12em;
font-weight: bold;
text-align: right;
margin-right: 6pt;
}
.box .value {
width: fit-content;
2022-11-11 16:52:57 -06:00
/* border: 0px; */
}
.flex {
display: flex;
}
.monospace {
2022-11-11 16:52:57 -06:00
/* border: 0px; */
font-family: monospace;
font-size: 11pt;
}