blob: f48543cef8987d7e68c5d0dff91d48e35b9a46f8 [file] [log] [blame]
@import '~bootstrap/dist/css/bootstrap.css';
* {
box-sizing: border-box;
}
/*TODO: Should we use web-site colors for top bar?*/
/*.navbar {*/
/* background-image: linear-gradient(141deg, #6980fa 0%, #2cb5e8 51%, #4298fc 75%)*/
/*}*/
.main-content {
height: calc(100vh - 56px);
}