contact_printer/clients/electron_app/css/app.css

18 lines
196 B
CSS
Raw Normal View History

2018-07-14 14:29:43 +00:00
footer{
position:fixed;
bottom:0;
left:0;
right:0;
}
.window-content{
background:#2f2f2f;
height:100%;
display:block;
}
progress{
width: 95%;
margin-left: 2.5%;
}
#buttons{
margin: 5%;
}