bundles/Bgt/WebBundle/Resources/views/layout/_css.html.twig line 1

  1. <link href="{{ asset('asset/layout/palette.css') }}" type="text/css" rel="stylesheet"/>
  2. <link href="{{ asset('asset/layout/dimensions.css') }}" type="text/css" rel="stylesheet"/>
  3. <link href="{{ asset('asset/layout/fonts/RobotoFlex/style.css') }}" type="text/css" rel="stylesheet"/>
  4. <link href="{{ asset('asset/layout/fonts/RobotoSlab/style.css') }}" type="text/css" rel="stylesheet"/>
  5. <link href="{{ asset('asset/layout/layout.css') }}" type="text/css" rel="stylesheet"/>
  6. <link href="{{ asset('asset/layout/theme.css') }}" type="text/css" rel="stylesheet"/>
  7. <link href="{{ asset('asset/layout/typography.css') }}" type="text/css" rel="stylesheet"/>
  8. <link href="{{ asset('asset/layout/custom_components.css') }}" type="text/css" rel="stylesheet"/>
  9. <link href="{{ asset('asset/layout/page_cover.css') }}" type="text/css" rel="stylesheet"/>
  10. <link href="{{ asset('asset/layout/header/header.css') }}" type="text/css" rel="stylesheet"/>
  11. <link href="{{ asset('asset/layout/header/nav.css') }}" type="text/css" rel="stylesheet"/>
  12. <link href="{{ asset('asset/layout/off_canvas/off_canvas.css') }}" type="text/css" rel="stylesheet"/>
  13. <link href="{{ asset('asset/layout/off_canvas/nav.css') }}" type="text/css" rel="stylesheet"/>
  14. <link href="{{ asset('asset/layout/footer/footer.css') }}" type="text/css" rel="stylesheet"/>
  15. <link href="{{ asset('asset/image_thumb/image_thumb_web.css') }}" type="text/css" rel="stylesheet"/>
  16. <link href="{{ asset('asset/layout/tour/tour.css') }}" type="text/css" rel="stylesheet"/>
  17. <link href="{{ asset('asset/layout/blog/blog.css') }}" type="text/css" rel="stylesheet"/>