diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 5f66076..c0169d7 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -142,6 +142,10 @@ width: 265px; } + .social_media_footer{ + margin-bottom: 60px; + } + .header_btn_sender{ margin-right: 5px; } @@ -1730,6 +1734,10 @@ @media (max-width: 440px){ + .f-r{ + text-align: left; + } + .info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving>.line_inf_about_moving>.carrier_inf_moving.left { width: 35%; } diff --git a/static/css/styles.css b/static/css/styles.css index a7fb20a..9a10653 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2682,7 +2682,7 @@ summary:before { top: 10px; right: 20px; color: transparent; - background: url(/static/img/svg/icon_cross.svg) no-repeat 50% 50% / 1em 1em; + background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em; width: 1em; height: 1em; content: ""; @@ -2691,7 +2691,8 @@ summary:before { } details[open] > summary:before { transform: scale(1,-1); - background: url(/static/img/svg/icon_cross_2.svg) no-repeat 50% 50% / 1em 1em; + background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em; + } summary ~ * { padding: 0 1em 10px 1.4em; diff --git a/templates/tb_base.html b/templates/tb_base.html index 7525837..537baa5 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -84,7 +84,7 @@ {% endif %} -