Files
ki-frontend/src/assets/global.scss
Michael Weimann 93cb302ca7
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
implement search layout #32 #33 #35
2021-09-21 23:58:42 +02:00

24 lines
425 B
SCSS

/*
* SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import "variables";
@import "bootstrap/scss/bootstrap";
.bg-wtf {
background-image: url(../assets/img/wtf-header-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.btn-primary {
color: #fff !important;
}
.search-card{
height: 100%;
}