mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
Merge branch 'master' into v4
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
a.list-group-item-#{state} {
|
||||
a.list-group-item-#{state},
|
||||
button.list-group-item-#{state} {
|
||||
color: $color;
|
||||
|
||||
.list-group-item-heading {
|
||||
|
@@ -1,11 +1,12 @@
|
||||
// Pagination
|
||||
|
||||
@mixin pagination-size($padding-vertical, $padding-horizontal, $font-size, $border-radius) {
|
||||
@mixin pagination-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) {
|
||||
> li {
|
||||
> a,
|
||||
> span {
|
||||
padding: $padding-vertical $padding-horizontal;
|
||||
font-size: $font-size;
|
||||
line-height: $line-height;
|
||||
}
|
||||
&:first-child {
|
||||
> a,
|
||||
|
Reference in New Issue
Block a user