File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 </a >
1919 <div class =" site-header__right" >
2020 <div class =" site-header__menu" >
21+ <span class =" site-header__menu-cross" @click =" toggleMobileMenu" >
22+ <IconCross />
23+ </span >
2124 <a href =" https://codex.so/hawk-overview" >О проекте</a >
2225 <a href =" https://docs.hawk-tracker.ru/" >Документация</a >
2326 <a href =" /pricing.pdf" target =" _blank" >Цены</a >
3033 type =" primary"
3134 size =" small"
3235 :link =" headerSignupButton()"
36+ class =" desktop-only"
3337 >
3438 Начать
3539 </Button >
@@ -145,6 +149,20 @@ export default Vue.extend({
145149 display : none;
146150 }
147151
152+ & -cross {
153+ float : right;
154+ width : 40 px ;
155+ height : 40 px ;
156+ display : none;
157+ align-items : center;
158+ justify-content : center;
159+ border-radius : 50 % ;
160+
161+ @media (--screen-mobile ) {
162+ display : flex;
163+ }
164+ }
165+
148166 ^& --menu-showed & {
149167 @media (--screen-mobile ) {
150168 display : block;
Original file line number Diff line number Diff line change 126126 Доступные цены
127127 </template >
128128 <template #description >
129- Пользуйтесь бесплатно или от 99 ₽
129+ Пользуйтесь бесплатно или от 99 ₽
130130 </template >
131131 <template #content >
132132 <div class =" block-inner-container" >
133133 <div class =" block-content-container" >
134134 <div class =" prices" >
135135 <div class =" prices__item" >
136136 <FeatureTitle
137- title =" Бесплатно для стартапов"
138- description =" До 1000 ивентов в месяц"
137+ title =" Бесплатно для стартапов"
138+ description =" До 1000 ивентов в месяц"
139139 />
140140 </div >
141141 <div class =" prices__item" >
142142 <FeatureTitle
143- title =" От 99 ₽ в месяц"
144- description =" скидки крупным клиентам"
143+ title =" От 99 ₽ в месяц"
144+ description =" скидки крупным клиентам"
145145 />
146146 </div >
147147 <div class =" prices__item" >
148148 <FeatureTitle
149149 title =" Оплата картой"
150- description =" Все банки РФ + СБП"
150+ description =" Все банки РФ + СБП"
151151 />
152152 </div >
153153 <div class =" prices__item" >
154154 <FeatureTitle
155- title =" Оплата по счету"
156- description =" По реквизитам компании"
155+ title =" Оплата по счету"
156+ description =" По реквизитам компании"
157157 />
158158 </div >
159159 </div >
You can’t perform that action at this time.
0 commit comments