Commit 11865c8b authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменили размер шрифта

parent 4ca150df
...@@ -109,9 +109,9 @@ WidgetAssetBundle::register($this); ...@@ -109,9 +109,9 @@ WidgetAssetBundle::register($this);
echo $f->field($formModel, 'name')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'name')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo $f->field($formModel, 'phone')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'phone')->textInput(['placeholder'=>"Телефон", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo $f->field($formModel, 'email')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'email')->textInput(['placeholder'=>"Email*", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo yii\helpers\Html::submitButton('Записаться', ['class'=>"save-button sh_bt_send", 'style' => 'padding-top: 0;']); echo yii\helpers\Html::submitButton('Записаться', ['class'=>"save-button sh_bt_send", 'style' => 'padding-top: 0;']);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment