upd
This commit is contained in:
parent
a3e9eed2f6
commit
7bcc902784
@ -165,23 +165,6 @@ body {
|
|||||||
background: #ffcd6e;
|
background: #ffcd6e;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.list-items ul {
|
|
||||||
padding-left: 0; }
|
|
||||||
.list-items ul li {
|
|
||||||
position: relative;
|
|
||||||
padding-left: 20px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
list-style-type: none; }
|
|
||||||
.list-items ul li::before {
|
|
||||||
position: absolute;
|
|
||||||
content: "\e65d";
|
|
||||||
font-family: "themify";
|
|
||||||
font-size: 14px;
|
|
||||||
left: 0;
|
|
||||||
top: 1px;
|
|
||||||
color: #ffbc3b;
|
|
||||||
transition: .3s ease; }
|
|
||||||
|
|
||||||
/* preloader */
|
/* preloader */
|
||||||
.preloader {
|
.preloader {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -427,18 +410,16 @@ textarea.form-control {
|
|||||||
padding-left: 0; }
|
padding-left: 0; }
|
||||||
.content ul li {
|
.content ul li {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 20px;
|
margin-bottom: 10px; }
|
||||||
margin-bottom: 10px;
|
|
||||||
list-style-type: none; }
|
|
||||||
.content ul li::before {
|
.content ul li::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "\e65d";
|
content: "";
|
||||||
font-family: "themify";
|
height: 10px;
|
||||||
font-size: 14px;
|
width: 10px;
|
||||||
left: 0;
|
border-radius: 50%;
|
||||||
top: 1px;
|
background: #ffbc3b;
|
||||||
color: #ffbc3b;
|
left: -25px;
|
||||||
transition: .3s ease; }
|
top: 5px; }
|
||||||
|
|
||||||
.content table {
|
.content table {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -8,30 +8,6 @@ body {
|
|||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-items {
|
|
||||||
ul {
|
|
||||||
padding-left: 0;
|
|
||||||
|
|
||||||
li {
|
|
||||||
position: relative;
|
|
||||||
padding-left: 20px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
list-style-type: none;
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
position: absolute;
|
|
||||||
content: "\e65d";
|
|
||||||
font-family: $icon-font;
|
|
||||||
font-size: 14px;
|
|
||||||
left: 0;
|
|
||||||
top: 1px;
|
|
||||||
color: $primary-color;
|
|
||||||
transition: .3s ease;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* preloader */
|
/* preloader */
|
||||||
|
|
||||||
.preloader {
|
.preloader {
|
||||||
@ -363,19 +339,17 @@ textarea.form-control{
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 20px;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
list-style-type: none;
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "\e65d";
|
content: "";
|
||||||
font-family: $icon-font;
|
height: 10px;
|
||||||
font-size: 14px;
|
width: 10px;
|
||||||
left: 0;
|
border-radius: 50%;
|
||||||
top: 1px;
|
background: #ffbc3b;
|
||||||
color: $primary-color;
|
left: -25px;
|
||||||
transition: .3s ease;
|
top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<li class="d-md-table mb-4 w-100 border-bottom hover-shadow">
|
<li class="d-md-table mb-4 w-100 border-bottom hover-shadow">
|
||||||
<div class="d-md-table-cell text-center p-4 bg-primary text-white mb-4 mb-md-0"><span class="h2 d-block">{{ .PublishDate.Format "06"}}</span> {{ .PublishDate.Format "JAN, 2006"}}</div>
|
<div class="d-md-table-cell text-center p-4 bg-primary text-white mb-4 mb-md-0"><span class="h2 d-block">{{ .PublishDate.Format "2"}}</span> {{ .PublishDate.Format "Jan, 2006"}}</div>
|
||||||
<div class="d-md-table-cell px-4 vertical-align-middle mb-4 mb-md-0">
|
<div class="d-md-table-cell px-4 vertical-align-middle mb-4 mb-md-0">
|
||||||
<a href="{{ .Permalink }}" class="h4 mb-3 d-block">{{ .Title }}</a>
|
<a href="{{ .Permalink }}" class="h4 mb-3 d-block">{{ .Title }}</a>
|
||||||
<p class="mb-0">{{ .Summary | truncate 100 }}</p>
|
<p class="mb-0">{{ .Summary | truncate 100 }}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user