mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Card fix static -> variable border radius
Changed card border radius image caps to use variable rather than static values
This commit is contained in:
+2
-2
@@ -169,10 +169,10 @@
|
|||||||
|
|
||||||
// Card image caps
|
// Card image caps
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
@include border-radius(.25rem .25rem 0 0);
|
@include border-radius($card-border-radius-inner $card-border-radius-inner 0 0);
|
||||||
}
|
}
|
||||||
.card-img-bottom {
|
.card-img-bottom {
|
||||||
@include border-radius(0 0 .25rem .25rem);
|
@include border-radius(0 0 $card-border-radius-inner $card-border-radius-inner);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user