ki-frontend/src/assets/global.scss

11 lines
167 B
SCSS
Raw Normal View History

2021-08-02 19:06:41 +02:00
/*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
2021-08-14 14:43:57 +02:00
@import "variables";
@import "bootstrap/scss/bootstrap";
.container{
min-height: calc(100vh - 70px - 24px);
}