File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
packages/unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments