We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f0c775 + a55da8a commit b6b4975Copy full SHA for b6b4975
packages/unity-bootstrap-theme/src/scss/extends/_cards.scss
@@ -553,7 +553,8 @@ Cards - Table of Contents
553
margin: 0;
554
555
a, button {
556
- padding: 1rem var(--card-child-padding);
+ margin: .4rem .3rem;
557
+ padding: .6rem .7rem;
558
color: $uds-color-base-gray-7;
559
text-decoration: none;
560
display: flex;
@@ -691,6 +692,7 @@ Cards - Table of Contents
691
692
7. Accordion
693
--------------------------------------------------------------------*/
694
.accordion {
695
+
696
.accordion-item {
697
border-bottom: 1px solid $uds-color-base-gray-3;
698
border-top: 1px solid $uds-color-base-gray-3;
0 commit comments