forked from saurabh/orbit4-5
update template
This commit is contained in:
parent
57a40a47ad
commit
3eaf3914ca
|
@ -3847,8 +3847,8 @@ img {
|
|||
padding-right: 20px;
|
||||
border-right: 1px solid #cfcfcf;
|
||||
font-size: 13px;
|
||||
font-family: 0.8125rem;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
|
|
@ -271,6 +271,9 @@ $table-th-bgcolor: $theme-color-main;
|
|||
.active {
|
||||
background-color: #005580;
|
||||
color: #FFF;
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -43,4 +43,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
<div class="site-menu" data-pp="22"></div>
|
||||
<main id="main-content" data-content="true">
|
||||
<%= yield %>
|
||||
</main>
|
||||
</main>
|
||||
<div class="sub-content" data-pp="24"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="secondary">
|
||||
|
|
Loading…
Reference in New Issue