Skip to content

Commit

Permalink
remove bootstrap 5 css and move coreUI to bundled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Aug 1, 2024
1 parent 9aa7fbd commit b8e59fc
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 11,414 deletions.
3 changes: 1 addition & 2 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand All @@ -9,7 +9,6 @@
{{content-for "head"}}

<link rel="icon" href="/app/favicon.png" />
<link rel="stylesheet" href="{{rootURL}}coreUI.css" />
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css" />
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/pass-ui.css" />

Expand Down
12 changes: 9 additions & 3 deletions app/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('core-ui.css');
@import url('font-awesome-5-0-13.css');
@import url('workflow-wrapper.css');
@import url('workflow-review.css');
Expand All @@ -10,7 +11,6 @@
@import url('submission-action-cell.css');
@import url('submission-repo-details.css');
@import url('workflow-basics-user-search.css');
@import url('bootstrap.css');

#dashboard-container .card {
height: 100%;
Expand Down Expand Up @@ -635,7 +635,10 @@ table td {
line-height: 1.5;
border-radius: 0;
/* stylelint-disable-next-line prettier/prettier */
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
background-color: #418fde !important;
border-color: #418fde !important;
Expand All @@ -656,7 +659,10 @@ table td {
line-height: 1.5;
border-radius: 0;
/* stylelint-disable-next-line prettier/prettier */
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
color: #151b1e !important;
background-color: #a4b7c1 !important;
Expand Down
Loading

0 comments on commit b8e59fc

Please sign in to comment.