mirror of https://github.com/twbs/bootstrap.git
Use proper units when adding/subtracting lengths
[skip sauce] [skip validator]
This commit is contained in:
parent
5e9b365b25
commit
a4745dd7a1
|
@ -35,7 +35,7 @@
|
||||||
// Expand the right padding and account for the close button's positioning.
|
// Expand the right padding and account for the close button's positioning.
|
||||||
|
|
||||||
.alert-dismissible {
|
.alert-dismissible {
|
||||||
padding-right: ($alert-padding + 20);
|
padding-right: ($alert-padding + 20px);
|
||||||
|
|
||||||
// Adjust close link position
|
// Adjust close link position
|
||||||
.close {
|
.close {
|
||||||
|
|
|
@ -506,7 +506,7 @@ $popover-title-bg: darken($popover-bg, 3%) !default;
|
||||||
$popover-arrow-width: 10px !default;
|
$popover-arrow-width: 10px !default;
|
||||||
$popover-arrow-color: $popover-bg !default;
|
$popover-arrow-color: $popover-bg !default;
|
||||||
|
|
||||||
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
$popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
|
||||||
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue