mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Add $pager-border-width; refs #18150
This commit is contained in:
parent
a4594bd445
commit
687610e6f1
@ -14,7 +14,7 @@
|
||||
display: inline-block;
|
||||
padding: 5px 14px;
|
||||
background-color: $pager-bg;
|
||||
border: 1px solid $pager-border-color;
|
||||
border: $pager-border-width solid $pager-border-color;
|
||||
border-radius: $pager-border-radius;
|
||||
}
|
||||
|
||||
|
@ -411,6 +411,7 @@ $pagination-disabled-border: #ddd !default;
|
||||
// Pager
|
||||
|
||||
$pager-bg: $pagination-bg !default;
|
||||
$pager-border-width: $border-width !default;
|
||||
$pager-border-color: $pagination-border !default;
|
||||
$pager-border-radius: 15px !default;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user