Skip to content

Commit

Permalink
CU-86azgqjz1 make changes in App files
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedtomas committed Mar 1, 2024
1 parent dabd311 commit ebd880d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/View/Composers/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function with()
{
return [
'containerClasses' => 'max-w-5xl mx-auto',
'containerInnerClasses' => 'px-6',
'containerInnerClasses' => '',
'siteName' => $this->siteName(),
];
}
Expand Down
20 changes: 20 additions & 0 deletions public/content/themes/radicle/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,26 @@
"color": "#1e1b4b",
"name": "Indigo 950",
"slug": "indigo-950"
},
{
"color": "#45c4af",
"name": "Primary",
"slug": "primary"
},
{
"color": "#dafdb9",
"name": "Auxiliar",
"slug": "auxiliar"
},
{
"color": "#13678b",
"name": "Primary-dark",
"slug": "primary-dark"
},
{
"color": "#f1ffee",
"name": "Back-light",
"slug": "back-light"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions resources/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';


body {
padding: 0;
}
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@include('sections.header')

<main id="main" class="max-w-5xl mx-auto">
<main id="main" class="">
<div class="{{ $containerInnerClasses }}">
@yield('content')
</div>
Expand Down
3 changes: 3 additions & 0 deletions resources/views/partials/svg/arrow.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.20685 6.29306C8.39433 6.48059 8.49964 6.73489 8.49964 7.00006C8.49964 7.26522 8.39433 7.51953 8.20685 7.70706L2.54985 13.3641C2.45761 13.4596 2.34726 13.5358 2.22526 13.5882C2.10326 13.6406 1.97204 13.6682 1.83926 13.6693C1.70648 13.6705 1.5748 13.6452 1.4519 13.5949C1.329 13.5446 1.21735 13.4703 1.12346 13.3765C1.02957 13.2826 0.955314 13.1709 0.905033 13.048C0.854752 12.9251 0.82945 12.7934 0.830604 12.6607C0.831758 12.5279 0.859344 12.3967 0.911753 12.2747C0.964162 12.1526 1.04034 12.0423 1.13585 11.9501L6.08586 7.00006L1.13585 2.05006C0.953696 1.86146 0.852902 1.60885 0.85518 1.34666C0.857459 1.08446 0.962628 0.833648 1.14804 0.64824C1.33344 0.462832 1.58426 0.357663 1.84645 0.355384C2.10865 0.353106 2.36125 0.4539 2.54985 0.636058L8.20685 6.29306Z" fill="white"/>
</svg>

0 comments on commit ebd880d

Please sign in to comment.