ki-frontend/src/assets/global.scss
Brain c463c2f1ad
All checks were successful
continuous-integration/drone/pr Build is passing
Use Bootstrap classes
2024-08-21 20:25:28 +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%;
}