From 022ea6c5fb29d455704d14c48c5522116573599b Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 18 Mar 2020 18:34:51 -0400 Subject: [PATCH] Moved tabs.css to system/html/css Moved tabs.css to system/html/css with other css. --- .../entityProperties/html/tabs/tabs.css | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 scripts/system/create/entityProperties/html/tabs/tabs.css diff --git a/scripts/system/create/entityProperties/html/tabs/tabs.css b/scripts/system/create/entityProperties/html/tabs/tabs.css deleted file mode 100644 index 540a4a4e7e..0000000000 --- a/scripts/system/create/entityProperties/html/tabs/tabs.css +++ /dev/null @@ -1,48 +0,0 @@ -/* -// tabs.css -// -// Created by Alezia Kurdis on 02/27/2020 -// for "Project Athena" -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -*/ - -div.tabsContainer { - float: left; - width: 32px; - padding: 0px; -} - -.tabsContainer button { - padding: 4px; - text-align: center; - cursor: pointer; - transition: 0.4s; - font-size: 14px; - background-color: #404040; - border-color: #404040; - border-width: 1px 0px 1px 1px; - border-radius: 5px 0px 0px 5px; - outline: none; -} - -.tabsContainer button:hover { - background-color: #575757; -} - -.tabsContainer button.active { - background-color: #2E2E2E; -} - -div.labelTabHeader { - font-size: 20px; - font-weight: 700; - height: 40px; - color: #ffffff; -} - -div.tab-section-header { - width: 100%; - padding: 5px; -}