aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-10-01 17:21:03 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-10-01 17:23:06 +0200
commitc5d04b4f3543bd1e5b07773b191f58c520edf205 (patch)
tree8612c68f08925f90a72de492a01934af628b887e /client/src/sass/include
parent99cc653f47a5db664ec119e66a84c8f6454eed0b (diff)
downloadPeerTube-c5d04b4f3543bd1e5b07773b191f58c520edf205.tar.gz
PeerTube-c5d04b4f3543bd1e5b07773b191f58c520edf205.tar.zst
PeerTube-c5d04b4f3543bd1e5b07773b191f58c520edf205.zip
add allow advancedSearch with empty search
a.k.a. filters on all videos also added a badge showing the rough number of active filters
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss
index 9c7464873..0a9c9a903 100644
--- a/client/src/sass/include/_bootstrap.scss
+++ b/client/src/sass/include/_bootstrap.scss
@@ -23,7 +23,7 @@
23//@import '~bootstrap/scss/card'; 23//@import '~bootstrap/scss/card';
24//@import '~bootstrap/scss/breadcrumb'; 24//@import '~bootstrap/scss/breadcrumb';
25//@import '~bootstrap/scss/pagination'; 25//@import '~bootstrap/scss/pagination';
26//@import '~bootstrap/scss/badge'; 26@import '~bootstrap/scss/badge';
27//@import '~bootstrap/scss/jumbotron'; 27//@import '~bootstrap/scss/jumbotron';
28@import '~bootstrap/scss/alert'; 28@import '~bootstrap/scss/alert';
29//@import '~bootstrap/scss/progress'; 29//@import '~bootstrap/scss/progress';