From 7ce001cf205a9e0433b4af1a92bf740911834852 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Tue, 16 Apr 2024 14:31:54 -0600 Subject: [PATCH] CSS Cleanup --- .../css/generated-pages/card-styling.css | 16 +++++----------- .../css/generated-pages/club-pages/club-page.css | 11 ----------- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/ProjectSourceCode/src/resources/css/generated-pages/card-styling.css b/ProjectSourceCode/src/resources/css/generated-pages/card-styling.css index c46c3d6..f6ac9a5 100644 --- a/ProjectSourceCode/src/resources/css/generated-pages/card-styling.css +++ b/ProjectSourceCode/src/resources/css/generated-pages/card-styling.css @@ -37,17 +37,6 @@ transform: skewX(-20deg); /* Skew the banner to create a triangular side */ box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4); - /* --- FORMAT CHILD ITEMS (logo, league name, flag) --- */ - display: flex; /* Enable flexbox layout */ - flex-direction: row; /* Arrange child elements horizontally */ -} - - /* - =========================== - LEAGUE INFORMATION CHILD ITEMS - =========================== - */ - /* Adds Red Diagonal Strip at the end of the #league-information-container */ .information-container::after { @@ -60,6 +49,11 @@ background-color: red; /* Red color */ } + /* --- FORMAT CHILD ITEMS (logo, league name, flag) --- */ + display: flex; /* Enable flexbox layout */ + flex-direction: row; /* Arrange child elements horizontally */ +} + /* ============================================= CARDS IN PAGE BODY diff --git a/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page.css b/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page.css index b8b757a..f841b9f 100644 --- a/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page.css +++ b/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page.css @@ -4,17 +4,6 @@ LEAGUE INFORMATION CHILD ITEMS =========================== */ -/* Adds Red Diagonal Strip at the end of the #club-information-container */ -#club-header-container::after { - content: ''; - position: absolute; - top: 0; - right: 0; - bottom: 0; - width: 8px; /* Width of the red strip */ - background-color: red; /* Red color */ - } - /* Styling for League Logo in Club Information Header */ #club-logo {