From f0ece175553b39fd63c06572cd96a65592fa2527 Mon Sep 17 00:00:00 2001 From: Lewy Date: Wed, 1 Jun 2022 15:51:56 +0200 Subject: [PATCH] Delete: old header standard --- frontend/dodawanie turnieju/header.css | 48 -------------------------- frontend/dodawanie turnieju/style.css | 1 - 2 files changed, 49 deletions(-) delete mode 100644 frontend/dodawanie turnieju/header.css diff --git a/frontend/dodawanie turnieju/header.css b/frontend/dodawanie turnieju/header.css deleted file mode 100644 index 7ce3b27..0000000 --- a/frontend/dodawanie turnieju/header.css +++ /dev/null @@ -1,48 +0,0 @@ - - -.eventHeader { - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.event { - background-color: #0f64f2; - color: white; - border-style: solid; - border-width: 2px; - margin-top: 25px; - margin-right: 25px; - flex-direction: column; - flex-wrap: wrap; - height: auto; - - -} - -.eventInside { - background-color: white; - color: #4C8BF5; - height: auto; - border: solid; - border-color: lightgray; - padding: 10px; - -} - -.eventInside>p { - color: lightgray; -} - -.myButton { - background-color: #4C8BF5; - border-radius: 28px; - border: 1px solid #4C8BF5; - display: inline-block; - cursor: pointer; - color: #ffffff; - font-family: Arial; - font-size: 9px; - padding: 8px 13px; - text-decoration: none; -} diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index a9ccb10..8a73cc6 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -1,4 +1,3 @@ -@import "header.css"; @import "../_global/header.css"; body {