Skip to content

Commit

Permalink
Fix styling regressions (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack McDade <[email protected]>
  • Loading branch information
jesseleite and jackmcdade authored May 10, 2023
1 parent 098cb2d commit fc087a0
Show file tree
Hide file tree
Showing 20 changed files with 2,899 additions and 90 deletions.
7 changes: 7 additions & 0 deletions resources/css/cp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.bg-yellow-dark {
background-color: #f6ad55;
}

.text-red-800 {
color: rgb(153 27 27);
}
1 change: 1 addition & 0 deletions resources/dist/build/assets/cp-29a31fdf.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/dist/build/assets/cp-46e30631.js

This file was deleted.

1 change: 1 addition & 0 deletions resources/dist/build/assets/cp-7025c2cd.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.bg-yellow-dark{background-color:#f6ad55}.text-red-800{color:#991b1b}
7 changes: 6 additions & 1 deletion resources/dist/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"resources/css/cp.css": {
"file": "assets/cp-7025c2cd.css",
"isEntry": true,
"src": "resources/css/cp.css"
},
"resources/js/cp.css": {
"file": "assets/cp-56146771.css",
"src": "resources/js/cp.css"
Expand All @@ -7,7 +12,7 @@
"css": [
"assets/cp-56146771.css"
],
"file": "assets/cp-46e30631.js",
"file": "assets/cp-29a31fdf.js",
"isEntry": true,
"src": "resources/js/cp.js"
}
Expand Down
Loading

0 comments on commit fc087a0

Please sign in to comment.