Skip to content

Commit

Permalink
fix: css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Aug 1, 2024
1 parent 2f6064c commit a8f0af8
Show file tree
Hide file tree
Showing 4 changed files with 14,045 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{{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" />
<link rel="stylesheet" href="{{rootURL}}coreUI.css" />

{{content-for "head-footer"}}
</head>
Expand Down
2 changes: 1 addition & 1 deletion app/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('branding.css');
@import url('font-awesome-5-0-13.css');
@import url('workflow-wrapper.css');
@import url('workflow-review.css');
Expand All @@ -11,6 +10,7 @@
@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
Loading

0 comments on commit a8f0af8

Please sign in to comment.