film-exif/public/css/app.css

47 lines
488 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-04 19:26:34 -04:00
bs-card,
bs-card-deck,
bs-card-group,
bs-card-header,
bs-card-body,
bs-card-footer,
2018-04-04 09:32:18 -04:00
bs-form-feedback,
bs-form-group,
bs-jumbotron {
display: block;
}
2018-04-03 14:13:16 -04:00
/*! Ids */