Commit 82d1d10a authored by Олег Гиммельшпах's avatar Олег Гиммельшпах

Merge branch 'master' of git.task-on.com:ktask/taskoncom

parents df0fbfdf f929c6fb
......@@ -4,8 +4,8 @@ use yii\helpers\Html;
use yii\helpers\Url;
?>
<h4><span class="rubric_icon"><img src="/images/rubric_icon_5.png" height="35" width="35" alt=""></span><span class="wiht_icon">Не нашли ответа? <br>
Задайте вопрос!</span></h4>
<div class="reference-box-header"><span class="rubric_icon"><img src="/images/rubric_icon_5.png" height="35" width="35" alt=""></span><span class="wiht_icon">Не нашли ответа? <br>
Задайте вопрос!</span></div>
<?php
......
<?
use yii\helpers\Url;
?>
<h3>Была ли информация на этой странице полезной?</h3>
<div class="faq-vote-header">Была ли информация на этой странице полезной?</div>
<div class="form_wr">
......
......@@ -39,7 +39,7 @@ GeneratorAsset::register($this);
<div class="row">
<div class="col-sm-12">
<div class="reference_left_box">
<h2><?= $model->lang->title; ?></h2>
<h1><?= $model->lang->title; ?></h1>
<div class="faq-text">
<?= $model->lang->text ?>
......
......@@ -3761,6 +3761,18 @@ h3.block-chain-header {
list-style: decimal;
}
.faq-vote-header {
font-size: 35px;
line-height: 51px;
margin-bottom: 30px;
}
.reference-box-header {
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
font-family: "RobotoBold" !important;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px){
......
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