ki-frontend/src/assets/global.scss

24 lines
425 B
SCSS
Raw Normal View History

2021-08-02 19:06:41 +02:00
/*
2021-09-19 12:55:33 +02:00
* SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
*
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";
2021-09-19 15:56:48 +02:00
2021-09-21 23:56:17 +02:00
.bg-wtf {
background-image: url(../assets/img/wtf-header-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
2021-09-19 15:56:48 +02:00
.btn-primary {
color: #fff !important;
}
2021-09-20 16:44:44 +02:00
.search-card{
height: 100%;
}