From 2171317bad1cf9addf86f4cc0ec59f3b48327ce1 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Fri, 31 Mar 2023 17:40:53 +0200 Subject: move local.css to sass --- public/static/css/local.css | 65 --------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 public/static/css/local.css (limited to 'public/static/css/local.css') diff --git a/public/static/css/local.css b/public/static/css/local.css deleted file mode 100644 index 5449a23..0000000 --- a/public/static/css/local.css +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright (C) 2020 Daniel Friesel - * - * SPDX-License-Identifier: MIT - */ -.action-checkin, -.action-checkout, -.action-undo, -.action-cancelled-from, -.action-cancelled-to, -.action-share { - cursor: pointer; -} - -.brand-logo span { - transition: color 1s; -} - -.brand-logo:hover .ca, -.brand-logo:hover .ce { - color: #a8e3fa; -} - -.brand-logo:hover .cb, -.brand-logo:hover .cd { - color: #f5c4ce; -} - -td.cancelled { - text-decoration: line-through; -} - -.wagons span { - margin-right: 0.5ex; - color: #808080; -} - -.wagons .wagonclass { - font-weight: bold; - color: inherit; -} - -.wagons .wagonnum { - margin-right: 0; - color: inherit; -} - -.wagons .checksum:before { - content: "-"; -} - -h1 { - font-size: 2.92rem; - margin: 1.9466666667rem 0 1.168rem 0; -} - -h2 { - font-size: 2.28rem; - margin: 1.52rem 0 .912rem 0; -} - -h3 { - font-size: 1.64rem; - margin: 1.0933333333rem 0 .656rem 0; -} -- cgit v1.2.3