organic_ast_explorer/src/OrgAst.module.css

16 lines
188 B
CSS
Raw Normal View History

2024-01-24 02:27:12 +00:00
.OrgAst {
flex: 1;
2024-01-24 03:05:07 +00:00
background: #eeeeee;
padding: 5px;
overflow: scroll;
2024-01-24 02:27:12 +00:00
}
.OrgAstNode {
2024-01-24 03:05:07 +00:00
border: 1px solid #000000;
background: #ffffff;
padding: 5px;
2024-01-24 02:27:12 +00:00
}
.OrgAstNodeType {
}