/* * Copyright (C) 2021 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ @import "./components/footer/main"; @import "./components/form/main"; @import "./components/error/main"; @import "./auth/main"; @import "./panel/main"; @import "./panel/campaigns/new/main"; @import "./panel/campaigns/get/main"; @import "./errors/main"; * { margin: 0; padding: 0; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif; } a { text-decoration: none; color: rgb(0, 86, 179); } a:hover { text-decoration: underline; } body { max-width: 100vw; overflow-x: hidden; min-height: 100vh; display: flex; flex-direction: column; }