datatable.directory codebase https://datatable.directory/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
316 B

// this is before the rest of bootstrap to get the right paddings in grid
.sr-list {
@include list-unstyled;
margin-bottom: 0;
> li {
display: inline-block;
&:not(:last-child) {
margin-right: $list-inline-padding;
}
}
&.sr-list-tight {
> li {
display: inline-block;
margin-right: 0;
}
}
}