Browse Source

WIP: reorganize GrowiSubNavigation

adjust badge shape
Yuki Takei 5 years ago
parent
commit
cee14fb1c9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/client/styles/scss/_override-bootstrap.scss

+ 5 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -88,6 +88,11 @@
     }
   }
 
+  // Badges
+  .badge {
+    @extend .badge-pill;
+  }
+
   //Modals
   .modal-open {
     position: fixed;