aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/anuket.css115
-rw-r--r--src/static/css/base.css93
-rw-r--r--src/static/css/lfedge.css14
-rw-r--r--src/static/css/theme.css19
4 files changed, 0 insertions, 241 deletions
diff --git a/src/static/css/anuket.css b/src/static/css/anuket.css
deleted file mode 100644
index 6bbdb3f..0000000
--- a/src/static/css/anuket.css
+++ /dev/null
@@ -1,115 +0,0 @@
-nav ,body{
- background-color:#fff !important;
- color:#343a40 !important;
- }
-
- header{
- background-color:#f8f9fa !important;
- color:#343a40 !important;
- }
-
- p, h1, h2, h3, h4, h5{
- color:#343a40 !important;
- }
-
- a, .page-link {
- color: #007473 !important;
- }
-
- .page-item.active .page-link{
- color: #f8f9fa !important;
- background-color: #007473 !important;
- }
-
- .topcrumb.active > span {
- background: #007473 !important;
- }
-
- .nav-bg{
- background-color:#fff !important;
- color:#343a40 !important;
- }
-
- .nav-bg:hover{
- background-color:#f8f9fa !important;
- transition-duration:0.2s;
- }
-
- .dropDown-bg{
- background-color:#d6d8db !important;
- color:#343a40 !important;
- }
-
- .btn-primary{
- color: #f8f9fa !important;
- background-color: #007473 !important;
- border:0px !important;
- transition-duration:0.2s !important;
- }
-
- .btn-primary:hover{
- color: #343a40 !important;
- background-color: #6BDAD5 !important;
- border:0px !important;
- }
-
- .btn-primary:focus{
- color: #343a40 !important;
- background-color: #6BDAD5 !important;
- border:0px !important;
- }
-
- .btn-success{
- color: #f8f9fa;
- background-color: #008852;
- border:0px !important;
- }
-
- .btn-success:hover{
- color: #343a40;
- background-color: #00CE7C;
- border:0px !important;
- }
-
- .btn-success:focus{
- color: #343a40;
- background-color: #00CE7C;
- border:0px !important;
- }
-
- .btn-danger {
- color: #f8f9fa;
- background-color: #af2b38;
- border:0px !important;
- }
-
- .btn-danger:hover {
- color: #f8f9fa;
- background-color: #dc3545;
- border:0px !important;
- }
-
- .alert-danger{
- background-color: #e6b3c1 !important;
- color:#820c2c !important;
- border:0px !important;
- }
-
- .Anuket-Text{
- color:#343a40 !important;
- }
-
- .selected_node {
- border-color: #008852;
- box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(109 243 76 / 60%);
- transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
- }
-
- ::selection {
- background: #BCE194;
- color:#343a40;
- }
- ::-moz-selection {
- background: #BCE194;
- color:#343a40;
- } \ No newline at end of file
diff --git a/src/static/css/base.css b/src/static/css/base.css
deleted file mode 100644
index 12364bd..0000000
--- a/src/static/css/base.css
+++ /dev/null
@@ -1,93 +0,0 @@
-/* Sizing */
-#wrapper {
- height: 100vh;
-}
-
-/* Used for turning divs into square */
-.square-20 {
- height: 20px;
- width: 20px;
-}
-
-/* Make links stay the same color with no underline */
-.discrete-a {
- text-decoration: none;
- color: inherit;
-}
-
-.discrete-a:hover {
- text-decoration: none;
- color: inherit;
-}
-
-/* Make sure pre elements wrap to not break box sizing */
-/* Note: the pre element or parent may need to use the text-break class as well */
-.pre-wrap {
- white-space: pre-wrap;
-}
-
-/* Allow for sidebar to be small, but also resize on small screens */
-.sidebar {
- min-width: 200px;
-}
-
-/* Rotating arrows when dropdown happens */
-i.fas.rotate {
- transition: transform 0.3s ease-in-out;
-}
-
-a[aria-expanded="true"] > i.rotate {
- transform: rotate(180deg);
-}
-/* End rotating arrows */
-
-/* Start breadcrumbs for workflow */
-#topPagination .topcrumb {
- flex: 1 1 0;
- display: flex;
- align-content: center;
- justify-content: center;
- border: 1px solid #dee2e6;
- border-left: none;
-}
-
-.topcrumb > span {
- color: #343a40;
- cursor: default;
-}
-
-.topcrumb.active > span {
- background: #007bff;
- color: white;
-}
-
-.topcrumb.disabled > span {
- color: #6c757d;
- background: #f8f9fa;
-}
-
-/* Booking Node Styles */
-.selected_node {
- border-color: #40c640;
- box-shadow: 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(109, 243, 76, 0.6);
- transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
-}
-
-/* Cursor effects */
-.not-allowed {
- cursor: not-allowed;
-}
-
-.z-2 {
- z-index: 2;
-}
-
-.mh-30vh {
- max-height: 30vh;
-}
-
-.overflow-ellipsis {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
diff --git a/src/static/css/lfedge.css b/src/static/css/lfedge.css
deleted file mode 100644
index 328d71a..0000000
--- a/src/static/css/lfedge.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.LFEdge {
- background: #0049b0;
- margin-left: -25px;
-}
-
-.wtext {
- font-size: 18px;
- color: #FFFFFF;
-}
-
-.wtext:hover {
- color: #FFFFFF;
- text-decoration: none;
-} \ No newline at end of file
diff --git a/src/static/css/theme.css b/src/static/css/theme.css
deleted file mode 100644
index fb350e2..0000000
--- a/src/static/css/theme.css
+++ /dev/null
@@ -1,19 +0,0 @@
-.blink_me {
- animation: blinker 1.5s linear infinite;
-}
-
-@keyframes blinker {
- 20% {
- opacity: 0.4;
- }
-}
-
-.modal p {
- word-wrap: break-word;
-}
-
-.create_drop {
- display: none;
- width: 100%;
-
-} \ No newline at end of file