film-exif/public/css/app.css

26 lines
256 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 {
2018-04-03 16:52:58 -04:00
height: 99vmin;
2018-04-03 14:13:16 -04:00
}
/*! Elements */
html, body {
height: 100vh;
}
2018-04-03 16:52:58 -04:00
bs-container > * {
padding: 0.5em 1em;
}
2018-04-03 14:13:16 -04:00
/*! Ids */