mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Merge pull request #18256 from twbs/print-border-widths
Use $border-width in misc border print styles
This commit is contained in:
commit
543580eafe
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
pre,
|
||||
blockquote {
|
||||
border: 1px solid #999;
|
||||
border: $border-width solid #999;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
}
|
||||
.label {
|
||||
border: 1px solid #000;
|
||||
border: $border-width solid #000;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue