templates/frontend/layout_stylesheets.html.twig line 1

Open in your IDE?
  1. <!-- Place favicon.ico in the root directory -->
  2. <link rel="icon" type="image/png" sizes="32x32" href="{{ asset('frontend/rappo/images/favicon.png') }}">
  3. <!-- bootstrap.min css -->
  4. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/bootstrap/css/bootstrap.min.css') }}">
  5. <!-- Animate Css -->
  6. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/animate-css/animate.css') }}">
  7. <!-- Icon Font css -->
  8. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/fontawesome/css/all.css') }}">
  9. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/fonts/Pe-icon-7-stroke.css') }}">
  10. <!-- Themify icon Css -->
  11. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/themify/css/themify-icons.css') }}">
  12. <!-- Slick Carousel CSS -->
  13. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/slick-carousel/slick/slick.css') }}">
  14. <link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/slick-carousel/slick/slick-theme.css') }}">
  15. <!-- Main Stylesheet -->
  16. <link rel="stylesheet" href="{{ asset('frontend/rappo/css/style.css') }}">
  17. <link href="https://cdn.jsdelivr.net/npm/smartwizard@5/dist/css/smart_wizard_all.min.css" rel="stylesheet" type="text/css" />
  18. <!-- Backend Files -->
  19. <link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/notifications/toastr/toastr.css')  }}">
  20. <link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/notifications/sweetalert2/sweetalert2.bundle.css')  }}">
  21. <link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/formplugins/select2/select2.bundle.css')  }}" >
  22. <link rel="stylesheet" media="screen, print" href="{{ asset('easy-autocomplete.css')  }}">
  23. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">