Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
078c7cac
Commit
078c7cac
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
manually pull in #17212 from @azmenak
parent
edce1b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+4
-0
scss/_card.scss
with
4 additions
and
0 deletions
+4
-0
scss/_card.scss
+
4
-
0
View file @
078c7cac
...
@@ -246,6 +246,8 @@
...
@@ -246,6 +246,8 @@
// Handle rounded corners
// Handle rounded corners
@if
$enable-rounded
{
@if
$enable-rounded
{
&
:first-child
{
&
:first-child
{
@include
border-right-radius
(
0
);
.card-img-top
{
.card-img-top
{
border-top-right-radius
:
0
;
border-top-right-radius
:
0
;
}
}
...
@@ -254,6 +256,8 @@
...
@@ -254,6 +256,8 @@
}
}
}
}
&
:last-child
{
&
:last-child
{
@include
border-left-radius
(
0
);
.card-img-top
{
.card-img-top
{
border-top-left-radius
:
0
;
border-top-left-radius
:
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment