diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index d52b8dc..a9a195e 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -803,39 +803,24 @@ /* END support*/ /* subscribe*/ + + .b_another_subscribes{ + max-width: 272px; + margin: auto; + } .state_subscribe, .state_subscribe > a{ font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; } -/* END subscribe*/ -/* my_profile*/ - .f-l, .f-r{ - float: none; - width: unset; - } - .block_inf_profile{ - padding-top: 20px; - border-bottom:unset; - text-align: center; - } - .upload_photo_container{ - border-bottom: 2px solid #E6E6E6; - margin-bottom: 40px; - } - .container_el_form_profile{ - width: 100%; - margin: 2.5% 0.5% 0.5% 0.5%; - } - .wrapper_switch_cont{ - max-width: 245px; - } - .subscribe_inf{ + + .subscribe_inf{ max-width: 260px; margin: auto; } + .subscribe_inf_left_part{ width: 100%; float: none; @@ -876,8 +861,75 @@ float: none; } + .title_options{ + font-size: 18px; + font-style: normal; + font-weight: 600; + line-height: 26px; + } + .inf_about_tarif_plan_text{ + font-size: 12px; + font-style: normal; + font-weight: 400; + line-height: 20px; + margin: 20px auto; + width: 262px; + + } + .another_subscribe{ + width: 102%; + height: unset; + flex-direction: column; + margin: 20px auto; + padding: unset; + + } + .text_another_subscribe{ + font-size: 12px; + font-style: normal; + font-weight: 400; + line-height: 20px; + } + .padding-n-width-another-subscribes{ + padding-bottom: 10px; + padding-right: unset; + width: unset; + } + .read_more_about_subscribe{ + margin-bottom: 20px; + } + + + + +/* END subscribe*/ +/* my_profile*/ + .f-l, .f-r{ + float: none; + width: unset; + } + .block_inf_profile{ + padding-top: 20px; + border-bottom:unset; + text-align: center; + } + .upload_photo_container{ + border-bottom: 2px solid #E6E6E6; + margin-bottom: 40px; + } + .container_el_form_profile{ + width: 100%; + margin: 2.5% 0.5% 0.5% 0.5%; + } + .wrapper_switch_cont{ + max-width: 245px; + } + + /* END my_profile*/ +/* */ + }