X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_bootstrap.scss;h=f15b8966ef34abe9c46a6d9537578bf3c474abbe;hb=7de6afdf542da6968d3f412df9c3318ba19ad229;hp=e72d1def2a217b615f5a931d1d7e84d9332cbc6a;hpb=24a8e782d8b2adb208d9cfb8659450395e2e2a77;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index e72d1def2..f15b8966e 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss @@ -1,56 +1,50 @@ -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - // Core variables and mixins -@import "bootstrap/variables"; -@import "bootstrap/mixins"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/variables"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/mixins"; // Reset and dependencies -@import "bootstrap/normalize"; -@import "bootstrap/print"; -@import "bootstrap/glyphicons"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/normalize"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/print"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/glyphicons"; // Core CSS -@import "bootstrap/scaffolding"; -@import "bootstrap/type"; -@import "bootstrap/code"; -@import "bootstrap/grid"; -@import "bootstrap/tables"; -@import "bootstrap/forms"; -@import "bootstrap/buttons"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/scaffolding"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/type"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/code"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/grid"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/tables"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/forms"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/buttons"; // Components -@import "bootstrap/component-animations"; -@import "bootstrap/dropdowns"; -@import "bootstrap/button-groups"; -@import "bootstrap/input-groups"; -@import "bootstrap/navs"; -@import "bootstrap/navbar"; -@import "bootstrap/breadcrumbs"; -@import "bootstrap/pagination"; -@import "bootstrap/pager"; -@import "bootstrap/labels"; -@import "bootstrap/badges"; -@import "bootstrap/jumbotron"; -@import "bootstrap/thumbnails"; -@import "bootstrap/alerts"; -@import "bootstrap/progress-bars"; -@import "bootstrap/media"; -@import "bootstrap/list-group"; -@import "bootstrap/panels"; -@import "bootstrap/responsive-embed"; -@import "bootstrap/wells"; -@import "bootstrap/close"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/component-animations"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/dropdowns"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/button-groups"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/input-groups"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/navs"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/navbar"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/pagination"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/pager"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/labels"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/badges"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/jumbotron"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/thumbnails"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/alerts"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/progress-bars"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/media"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/list-group"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/panels"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/wells"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/close"; // Components w/ JavaScript -@import "bootstrap/modals"; -@import "bootstrap/tooltip"; -@import "bootstrap/popovers"; -@import "bootstrap/carousel"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/modals"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/tooltip"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/popovers"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/carousel"; -// Utility classes -@import "bootstrap/utilities"; -@import "bootstrap/responsive-utilities"; +//// Utility classes +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/utilities"; +//@import "~bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";