2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add $pager-border-width; refs #18150

This commit is contained in:
Chris Rebert
2015-11-14 22:49:14 -08:00
parent a4594bd445
commit 687610e6f1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;
}
+1
View File
@@ -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;