Skip to content

Commit

Permalink
styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan404 committed Feb 19, 2024
1 parent 243ba44 commit cc24a68
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,3 @@ ul, #myUL {
outline: 0;
}

.row > col-md-1, col-md-2, col-md-3, col-md-4, col-md-6, col-md-7, col-md-8, col-md-9,col-md-10, col-md-11, col-md-12 {
padding-right:0;
padding-left:0;
}
2 changes: 0 additions & 2 deletions resources/views/classic/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="/css/classic/material/css/material-dashboard.css" rel="stylesheet">
<link href="/css/classic/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/classic/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="/css/classic/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="/css/classic/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
Expand All @@ -35,7 +34,6 @@
<!--
<link href="{{ asset('material') }}/css/material-dashboard.css?v=2.1.1" rel="stylesheet" />
-->
<link href="/css/custom.css" rel="stylesheet" />
<link href="/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="{{ asset('material') }}/css/bootstrap-select.min.css" rel="stylesheet" />
<script src="/js/jquery-3.5.1.js"></script>
Expand Down
Binary file removed resources/views/layouts/.app.blade.php.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
-->
<!-- CSS Files -->
<link href="{{ asset('material') }}/css/material-dashboard.css?v=2.1.1" rel="stylesheet" />
<link href="/css/custom.css" rel="stylesheet" />
<link href="/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="{{ asset('material') }}/css/bootstrap-select.min.css" rel="stylesheet" />
<!--
Expand All @@ -53,6 +52,7 @@
<script src="{{ asset('material') }}/js/material-dashboard.js?v=2.1.1" type="text/javascript"></script>
<script src="{{ asset('material') }}/js/settings.js"></script>
@stack('js')
<link href="/css/custom.css" rel="stylesheet" />
<!-- overriding css -->
<style>
@php
Expand Down

0 comments on commit cc24a68

Please sign in to comment.