Skip to content
Snippets Groups Projects

Read more button needs style as like as in banner.

4 files
+ 187
2
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 57
1
@@ -721,7 +721,12 @@ a.frmore:hover {
@@ -721,7 +721,12 @@ a.frmore:hover {
min-height: 100vh;
min-height: 100vh;
}
}
#content-wrap {
#content-wrap {
padding-bottom: 25%; /* Footer height */
padding-bottom: 15% /* Footer height */
 
}
 
@media (max-width: 767px) {
 
#content-wrap {
 
padding-bottom: 100vh;
 
}
}
}
#bottom {
#bottom {
padding: 20px 0px 40px 0px;
padding: 20px 0px 40px 0px;
@@ -2268,3 +2273,54 @@ a.tabledrag-handle .handle {
@@ -2268,3 +2273,54 @@ a.tabledrag-handle .handle {
background-color: #999;
background-color: #999;
border-radius: 0.25em
border-radius: 0.25em
}
}
 
.path-user nav#block-particles-orange-account-menu ul.menu {
 
list-style: none;
 
margin-left: 0;
 
}
 
.path-user #block-particles-orange-breadcrumbs nav ol {
 
list-style: none;
 
margin-left: 0;
 
}
 
 
#block-particles-orange-account-menu ul.menu,
 
#block-particles-orange-tools ul.menu {
 
list-style: none;
 
margin-left: 0;
 
}
 
#block-particles-orange-account-menu h2,
 
#block-particles-orange-tools h2{
 
margin-bottom: 10px;
 
}
 
.article-tags {
 
margin-bottom: 12px;
 
}
 
.footer-menu {
 
margin-top: 50px;
 
}
 
.footer-menu nav ul {
 
list-style: none;
 
margin-left: 0;
 
}
 
.footer-menu nav ul li a{
 
color: #069eed;
 
}
 
.pager ul {
 
margin-left: 0;
 
}
 
.article-button a {
 
text-transform: uppercase;
 
color: #fff;
 
width: 150px;
 
border: 1px solid #fff;
 
padding: 8px 34px !important;
 
font-weight: bold;
 
color: #fff!important;
 
background: radial-gradient(ellipse at center, rgba(237,103,68,1) 0%, rgba(236,84,63,1) 100%);
 
border: none;
 
border-radius: 6px;
 
margin-right: 12px;
 
}
 
.node--type-article,
 
.node--type-page {
 
margin-bottom: 30px;
 
}
 
\ No newline at end of file
Loading