diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 478ba2b..6278397 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -728,3 +728,68 @@ body,html{ padding-bottom: 5px; } +/* how dev*/ +.block_how_dev{ + width: 100%; +} + +.block_how_dev_title{ + width: 100%; + text-align: center; + margin-bottom: 50px; +} + +.how_dev_container_widgets{ + width: 100%; + display: flex; + flex-wrap: wrap; +} + +.how_dev_widget{ + width: calc(25% - 25px); + margin-right: 25px; + margin-bottom: 100px; +} + +.how_dev_widget_description{ + width: 90%; + font-weight: 400; + font-size: 16px; + color: #000000; + margin-top: 15px; + margin-bottom: 25px; + text-transform: unset; +} + +.img_how_arrow{ + width: 35px; +} + +.how_dev_arrow_container{ + width: 35px; + height: 35px; +} + +.how_dev_widget_txt{ + width: calc(100% - 55px); + margin-right: 20px; +} + +.first_line_widget_how_dev{ + width: 100%; + display: flex; + flex-wrap: wrap; +} + +.widget_how_dev_characters{ + width: 100%; +} + +.widget_how_dev_characters_title{ + font-weight: 700; + color: #000000; +} + +.list_characters_widget_how_dev > li{ + color: #000000; +} \ No newline at end of file diff --git a/static/arrow_right_how_dev/Expand_right_double.svg b/static/arrow_right_how_dev/Expand_right_double.svg new file mode 100644 index 0000000..5911f81 --- /dev/null +++ b/static/arrow_right_how_dev/Expand_right_double.svg @@ -0,0 +1,6 @@ + diff --git a/static/images/how_dev_arrow.svg b/static/images/how_dev_arrow.svg new file mode 100644 index 0000000..5911f81 --- /dev/null +++ b/static/images/how_dev_arrow.svg @@ -0,0 +1,6 @@ + diff --git a/templates/blocks/b_how_dev.html b/templates/blocks/b_how_dev.html index f22d45a..d815a7a 100644 --- a/templates/blocks/b_how_dev.html +++ b/templates/blocks/b_how_dev.html @@ -1,9 +1,33 @@ {% load static %} -