Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / bootstrap / _button-groups.scss
index dc2906e..14ee0d3 100644 (file)
   outline: 0;
 }
 
-// Sizing
-//
-// Remix the default button sizing classes into new ones for easier manipulation.
 
-.btn-group-xs > .btn {
-  @extend .btn-xs;
-}
 
-.btn-group-sm > .btn {
-  @extend .btn-sm;
-}
 
-.btn-group-lg > .btn {
-  @extend .btn-lg;
-}
 
 // Split button dropdowns
 // ----------------------