File tree Expand file tree Collapse file tree 4 files changed +12
-34
lines changed
Expand file tree Collapse file tree 4 files changed +12
-34
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ $block: '.#{$ns}content-layout-block';
2828 & _centered {
2929 margin-left : auto ;
3030 margin-right : auto ;
31-
32- #{$block } __file {
33- justify-content : center ;
34- }
3531 }
3632
3733 a {
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ export const WithFiles = DefaultTemplate.bind([]);
158158export const Size = SizesTemplate . bind ( [ ] ) ;
159159export const WithBackgroundSizeS = DefaultTemplate . bind ( [ ] ) ;
160160export const WithImageAndBackgroundSizeL = DefaultTemplate . bind ( [ ] ) ;
161- export const WithImageSizeLCentered = DefaultTemplate . bind ( [ ] ) ;
161+ export const WithImageSizeSCentered = DefaultTemplate . bind ( [ ] ) ;
162162export const Theme = ThemesTemplate . bind ( [ ] ) ;
163163export const TextWidth = TextWidthTemplate . bind ( [ ] ) ;
164164export const TextWidthWithoutTitle = TextWidthTemplateWithoutTitle . bind ( [ ] ) ;
@@ -169,7 +169,7 @@ Size.args = data.size.content as ContentLayoutBlockProps;
169169WithBackgroundSizeS . args = data . withBackgroundSizeS . content as ContentLayoutBlockProps ;
170170WithImageAndBackgroundSizeL . args = data . withImageAndBackgroundSizeL
171171 . content as ContentLayoutBlockProps ;
172- WithImageSizeLCentered . args = data . withImageSizeLCentered . content as ContentLayoutBlockProps ;
172+ WithImageSizeSCentered . args = data . withImageSizeSCentered . content as ContentLayoutBlockProps ;
173173Theme . args = data . theme . content as ContentLayoutBlockProps ;
174174TextWidth . args = data . textWidth . content as ContentLayoutBlockProps ;
175175TextWidthWithoutTitle . args = data . textWidthWithoutTitle . content as ContentLayoutBlockProps ;
Original file line number Diff line number Diff line change 433433 ]
434434 }
435435 },
436- "withImageSizeLCentered " : {
436+ "withImageSizeSCentered " : {
437437 "content" : {
438438 "type" : " content-layout-block" ,
439439 "properties" : {
467467 "url" : " /#contact-form"
468468 }
469469 ]
470- },
471- "fileContent" : [
472- {
473- "href" : " https://yandex.xls" ,
474- "text" : " Certificate of Compliance (600 KB)"
475- },
476- {
477- "href" : " https://yandex.fig" ,
478- "text" : " PNG, JPG, and SVG formats in Figma"
479- },
480- {
481- "href" : " https://yandex.pdf" ,
482- "text" : " Requirements and Recommendations for the PCI DSS (1.3 MB)"
483- },
484- {
485- "href" : " https://yandex.zip" ,
486- "text" : " Archive with other logo and icon formats"
487- },
488- {
489- "href" : " https://yandex.doc" ,
490- "text" : " Microsoft Word document"
491- },
492- {
493- "href" : " https://yandex.ppt" ,
494- "text" : " PPR"
495- }
496- ]
470+ }
497471 }
498472 },
499473 "default" : {
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ $darkSecondary: var(--yc-color-text-dark-secondary);
1818}
1919
2020#{$block } {
21+ & __notice ,
22+ & __text {
23+ .yfm ol ,
24+ .yfm ul {
25+ padding-left : 1.4em ;
26+ }
27+ }
28+
2129 & __notice {
2230 @include add-specificity (&) {
2331 .yfm ,
You can’t perform that action at this time.
0 commit comments