ki-frontend/src/assets/global.scss

13 lines
225 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
.btn-primary {
color: #fff !important;
}