mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Add $pager-border-width; refs #18150
This commit is contained in:
parent
a4594bd445
commit
687610e6f1
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue