Skip to content

Commit a55da8a

Browse files
committed
fix(unity-bootstrap-theme): split padding value to margin and padding
UDS-1992
1 parent 2dd45e2 commit a55da8a

File tree

1 file changed

+2
-9
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+2
-9
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_cards.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ Cards - Table of Contents
553553
margin: 0;
554554

555555
a, button {
556-
padding: 1rem var(--card-child-padding);
556+
margin: .4rem .3rem;
557+
padding: .6rem .7rem;
557558
color: $uds-color-base-gray-7;
558559
text-decoration: none;
559560
display: flex;
@@ -692,14 +693,6 @@ Cards - Table of Contents
692693
--------------------------------------------------------------------*/
693694
.accordion {
694695

695-
&:focus {
696-
outline: none!important;
697-
box-shadow: 0 0 0 1px $uds-color-base-gray-7 !important;
698-
border: 1px solid $uds-color-base-gray-7 !important;
699-
margin: 4px;
700-
width: -webkit-fill-available;
701-
}
702-
703696
.accordion-item {
704697
border-bottom: 1px solid $uds-color-base-gray-3;
705698
border-top: 1px solid $uds-color-base-gray-3;

0 commit comments

Comments
 (0)