-
- Downloads
feat: add svg logo and button components, update layout and styles
- Added `rann-logo.blade.php` component with SVG logo. - Introduced `button.blade.php` component with customizable properties. - Updated `admin.blade.php` and `auth.blade.php` layouts to use `admin.scss`. - Renamed `app.scss` to `admin.scss` for better context. - Adjusted `vite.config.js` to reflect the changes in stylesheets. - Modified `web.php` to return the new `index` view. - Added a new `index.blade.php` view for the homepage layout. - Extended `tailwind.config.js` to include new color definitions.
parent
a43179ec
No related branches found
No related tags found
Showing
- resources/images/public/hero-grid.png 0 additions, 0 deletionsresources/images/public/hero-grid.png
- resources/scss/admin.scss 0 additions, 0 deletionsresources/scss/admin.scss
- resources/views/components/public/arrow.blade.php 3 additions, 0 deletionsresources/views/components/public/arrow.blade.php
- resources/views/components/public/button.blade.php 44 additions, 0 deletionsresources/views/components/public/button.blade.php
- resources/views/components/public/rann-logo.blade.php 6 additions, 0 deletionsresources/views/components/public/rann-logo.blade.php
- resources/views/index.blade.php 107 additions, 0 deletionsresources/views/index.blade.php
- resources/views/layouts/admin.blade.php 1 addition, 1 deletionresources/views/layouts/admin.blade.php
- resources/views/layouts/auth.blade.php 1 addition, 1 deletionresources/views/layouts/auth.blade.php
- routes/web.php 1 addition, 1 deletionroutes/web.php
- tailwind.config.js 9 additions, 2 deletionstailwind.config.js
- tests/Feature/ExampleTest.php 3 additions, 1 deletiontests/Feature/ExampleTest.php
- vite.config.js 1 addition, 1 deletionvite.config.js
Loading
Please register or sign in to comment