film-exif/public/css/app.css

35 lines
336 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;
}
2018-04-03 21:47:41 -04:00
.container {
padding: 0;
margin: 0;
}
2018-04-03 14:13:16 -04:00
.full-height {
2018-04-03 21:47:41 -04:00
height: calc(100% - 60px);
}
.row {
margin: inherit;
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 */