electron-demo.js/style.css

18 lines
226 B
CSS
Raw Permalink Normal View History

2017-04-24 17:19:39 +00:00
body > div {
padding: 1em;
}
body > div > h3 {
margin-top: 0em;
text-align: center;
}
.drag-n-drop {
background: rgb(200, 200, 255);
border: 1px dotted black;
min-height: 150px;
}
.notify button {
width:40%;
}