File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/blocks/ExtendedFeatures Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $block: '.#{$ns}ExtendedFeaturesBlock';
2525 & -title {
2626 @include heading4 ();
2727
28- display : flex ;
28+ display : block ;
2929 position : relative ;
3030 margin-bottom : $indentXXXS ;
3131
@@ -38,14 +38,14 @@ $block: '.#{$ns}ExtendedFeaturesBlock';
3838 @include text-size (caption- 2);
3939
4040 position : relative ;
41- top : 5 px ;
41+ top : -3 px ;
4242 height : 16px ;
4343 margin-left : 8px ;
44- padding : 0 5px ;
44+ padding : 1.5 px 5px 2 px ;
4545
4646 color : var (--yc-color-base-background );
4747 background-color : var (--yc-my-color-brand-normal );
48- border-radius : 3 px ;
48+ border-radius : 4 px ;
4949 }
5050
5151 & -text ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export const ExtendedFeaturesBlock = ({
6161 < h5 className = { b ( 'item-title' ) } >
6262 < HTML > { itemTitle } </ HTML >
6363 { label && (
64- < div className = { b ( 'item-label' ) } > { label } </ div >
64+ < span className = { b ( 'item-label' ) } > { label } </ span >
6565 ) }
6666 </ h5 >
6767 ) }
You can’t perform that action at this time.
0 commit comments