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
393ddae0
Unverified
Commit
393ddae0
authored
5 years ago
by
Martijn Cuppens
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix border for single card in accordion (#29453)
parent
03c9788f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+4
-14
scss/_card.scss
with
4 additions
and
14 deletions
+4
-14
scss/_card.scss
+
4
-
14
View file @
393ddae0
...
@@ -245,27 +245,17 @@
...
@@ -245,27 +245,17 @@
>
.card
{
>
.card
{
overflow
:
hidden
;
overflow
:
hidden
;
&
:not
(
:first-of-type
)
{
&
:not
(
:last-of-type
)
{
.card-header
:first-child
{
@include
border-radius
(
0
);
}
&
:not
(
:last-of-type
)
{
border-bottom
:
0
;
@include
border-radius
(
0
);
}
}
&
:first-of-type:not
(
:last-of-type
)
{
border-bottom
:
0
;
border-bottom
:
0
;
@include
border-bottom-radius
(
0
);
@include
border-bottom-radius
(
0
);
}
}
&
:
la
st-of-type
{
&
:
not
(
:fir
st-of-type
)
{
@include
border-top-radius
(
0
);
@include
border-top-radius
(
0
);
}
}
.card-header
{
>
.card-header
{
@include
border-radius
(
0
);
margin-bottom
:
-
$card-border-width
;
margin-bottom
:
-
$card-border-width
;
}
}
}
}
...
...
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