Stylings / Restructuring
This commit is contained in:
18
components/visualize/NodeOverview/NodeOverview.module.css
Normal file
18
components/visualize/NodeOverview/NodeOverview.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.root {
|
||||
height: fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.tiny {
|
||||
font-size: 0.5em;
|
||||
margin-top: -1.6em;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.linkOut {
|
||||
margin-inline-end: 0.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user