typo修正
This commit is contained in:
9
resources/assets/sass/_bootstrap-custom.scss
vendored
Normal file
9
resources/assets/sass/_bootstrap-custom.scss
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
.card-img-left {
|
||||
width: 100%;
|
||||
@include border-left-radius($card-inner-border-radius);
|
||||
}
|
||||
|
||||
.card-img-right {
|
||||
width: 100%;
|
||||
@include border-right-radius($card-inner-border-radius);
|
||||
}
|
||||
Reference in New Issue
Block a user