added new scss class 'custom-page'

This commit is contained in:
Manu
2019-01-13 14:31:51 -05:00
parent 86d75767e8
commit 142a0403d6
2 changed files with 3 additions and 2 deletions

View File

@@ -2728,7 +2728,8 @@ table {
// 24. Homepage // 24. Homepage
// ------------ // ------------
.home-page { .home-page,
.custom-page {
a { a {

View File

@@ -1,4 +1,4 @@
<%= content_for :body_class, "home-page" %> <%= content_for :body_class, "custom-page" %>
<% provide :title do %><%= @custom_page.title %><% end %> <% provide :title do %><%= @custom_page.title %><% end %>
<div class="row margin-top"> <div class="row margin-top">