X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_bootstrap.scss;h=d9e5efc02da2407314e68b8374395a79b6b0dfb1;hb=c27463a603186b623500b03c6a56b330a6568350;hp=7bce85c3752237f9d33bff6e311800ff160c9128;hpb=660d11e91e1643927028d2d6870a911f569b34d8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index 7bce85c37..d9e5efc02 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss @@ -1,35 +1,4 @@ -$dropdown-link-active-bg: inherit; - -$zindex-modal: 10005; -$modal-footer-border-width: 0; -$modal-md: 600px; - -$grid-breakpoints: ( - // Extra small screen / phone - xs: 0, - // Small screen / phone - sm: 576px, - // Medium screen / tablet - md: 768px, - // Large screen / desktop - lg: 900px, - // Extra large screen / wide desktop - xl: 1200px -); - -$container-max-widths: ( - sm: 420px, - md: 720px, - lg: 900px, - xl: 1140px -); - -$input-btn-focus-width: 0; -$input-btn-focus-color: inherit; -$input-focus-border-color: #ced4da; - -$nav-pills-link-active-bg: #F0F0F0; -$nav-pills-link-active-color: #000; +@import './_bootstrap-variables'; @import '~bootstrap/scss/functions'; @import '~bootstrap/scss/variables'; @@ -51,10 +20,10 @@ $nav-pills-link-active-color: #000; //@import '~bootstrap/scss/custom-forms'; @import '~bootstrap/scss/nav'; //@import '~bootstrap/scss/navbar'; -//@import '~bootstrap/scss/card'; +@import '~bootstrap/scss/card'; //@import '~bootstrap/scss/breadcrumb'; //@import '~bootstrap/scss/pagination'; -//@import '~bootstrap/scss/badge'; +@import '~bootstrap/scss/badge'; //@import '~bootstrap/scss/jumbotron'; @import '~bootstrap/scss/alert'; //@import '~bootstrap/scss/progress';