film-exif/public/css/app.css

25 lines
236 B
CSS
Raw Normal View History

2018-03-30 18:49:49 -04:00
/**
* Custom styles for electron app
*/
2018-04-03 14:13:16 -04:00
/*! Classes */
.abs-center {
height: auto;
margin: auto;
width: auto;
}
.full-height {
height: 100%;
}
/*! Elements */
html, body {
height: 100vh;
}
/*! Ids */
#app {
height: 100vh;
}