diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php
index d3fd46b..60555d4 100755
--- a/frontend/controllers/SiteController.php
+++ b/frontend/controllers/SiteController.php
@@ -144,4 +144,8 @@
}
}
}
+
+ public function actionAppment(){
+ return $this->render('appment');
+ }
}
diff --git a/frontend/views/site/appment.php b/frontend/views/site/appment.php
index e69de29..4699b6d 100644
--- a/frontend/views/site/appment.php
+++ b/frontend/views/site/appment.php
@@ -0,0 +1,74 @@
+get('seo');
+$this->title = \Yii::t('app', 'Записаться на приём');
+$this->params[ 'breadcrumbs' ][] = $this->title;
+?>
+
+
+
+
+
=$this->title?>
+
+
+
+
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css
index d6a2b27..301909f 100755
--- a/frontend/web/css/custom.css
+++ b/frontend/web/css/custom.css
@@ -205,4 +205,7 @@
.header-kristal .mtop90 {
margin-top: 0px;
}
+}
+.appment-page .modal-body{
+ margin-bottom: 60px;
}
\ No newline at end of file
diff --git a/frontend/web/css/style.turquoise.css b/frontend/web/css/style.turquoise.css
index 5b986d8..ee0aa07 100755
--- a/frontend/web/css/style.turquoise.css
+++ b/frontend/web/css/style.turquoise.css
@@ -2041,7 +2041,7 @@ fieldset[disabled] .btn-template-primary.active {
}
#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
+ background-color: #81e7d3;
padding: 20px 0;
margin-bottom: 40px;
}
@@ -3809,7 +3809,7 @@ hr {
}
.breadcrumb > .active {
- color: #999999;
+ color: #ffffff;
}
@media (max-width: 991px) {
--
libgit2 0.21.4