datalovelace/src/views/CreateNodule/CreateNodule.css
2020-07-14 23:27:26 -05:00

6 lines
112 B
CSS

.CreateNodule {
width: 380px;
padding: 40px;
border-radius: 6px;
border: solid rgb(240, 240, 240) 1px;
}